Re: [PATCH v2 32/39] contrib/plugins: enable -Wall for building plugins

2021-07-08 Thread Richard Henderson
On 7/8/21 12:09 PM, Alex Bennée wrote: Lets spot the obvious errors. Reviewed-by: Thomas Huth Signed-off-by: Alex Bennée --- v2 - also $(filter -W%, $(QEMU_CFLAGS)) from the main build --- contrib/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richar

[PATCH v2 32/39] contrib/plugins: enable -Wall for building plugins

2021-07-08 Thread Alex Bennée
Lets spot the obvious errors. Reviewed-by: Thomas Huth Signed-off-by: Alex Bennée --- v2 - also $(filter -W%, $(QEMU_CFLAGS)) from the main build --- contrib/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/plugins/Makefile b/contrib/plugins/Makefi