Re: [Qemu-devel] [RFC PATCH 06/11] scripts/decodetree: Allow empty specifications

2018-11-12 Thread Richard Henderson
On 11/12/18 12:36 AM, Philippe Mathieu-Daudé wrote: > Starting with empty specifications allow to write stubs/templates, > useful when testing/rebasing. > > This fixes: > > decode.inc.c: In function ‘decode’: > decode.inc.c:9:7: error: unused variable ‘u’ [-Werror=unused-variable] > } u;

[Qemu-devel] [RFC PATCH 06/11] scripts/decodetree: Allow empty specifications

2018-11-11 Thread Philippe Mathieu-Daudé
Starting with empty specifications allow to write stubs/templates, useful when testing/rebasing. This fixes: decode.inc.c: In function ‘decode’: decode.inc.c:9:7: error: unused variable ‘u’ [-Werror=unused-variable] } u; ^ Signed-off-by: Philippe Mathieu-Daudé --- scripts/decod