Reviewed-by: Robert Foley <[email protected]> On Thu, 9 Jul 2020 at 10:13, Alex Bennée <[email protected]> wrote: > > Not all compilers support the -Wpsabi (clang-9 in my case). > > Fixes: bac8d222a > Signed-off-by: Alex Bennée <[email protected]> > --- > tests/plugin/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/plugin/Makefile b/tests/plugin/Makefile > index 0cb8e35ae407..dcfbd99b15b8 100644 > --- a/tests/plugin/Makefile > +++ b/tests/plugin/Makefile > @@ -18,7 +18,7 @@ NAMES += hwprofile > > SONAMES := $(addsuffix .so,$(addprefix lib,$(NAMES))) > > -QEMU_CFLAGS += -fPIC -Wpsabi > +QEMU_CFLAGS += -fPIC -Wno-unknown-warning-option -Wpsabi > QEMU_CFLAGS += -I$(SRC_PATH)/include/qemu > > all: $(SONAMES) > -- > 2.20.1 >
- [PATCH v1 04/13] cputlb: ensure we save the IOTLB ... Alex Bennée
- Re: [PATCH v1 04/13] cputlb: ensure we save t... Richard Henderson
- Re: [PATCH v1 04/13] cputlb: ensure we sa... Emilio G. Cota
- Re: [PATCH v1 04/13] cputlb: ensure w... Alex Bennée
- Re: [PATCH v1 04/13] cputlb: ensure we save ... Emilio G. Cota
- [PATCH v1 06/13] plugins: add API to return a nam... Alex Bennée
- Re: [PATCH v1 06/13] plugins: add API to retu... Philippe Mathieu-Daudé
- Re: [PATCH v1 06/13] plugins: add API to ... Alex Bennée
- [PATCH v1 05/13] hw/virtio/pci: include vdev name ... Alex Bennée
- [PATCH v1 10/13] tests/plugins: add -Wno-unknown-w... Alex Bennée
- Re: [PATCH v1 10/13] tests/plugins: add -Wno-... Robert Foley
- Re: [PATCH v1 10/13] tests/plugins: add -Wno-... Richard Henderson
- Re: [PATCH v1 10/13] tests/plugins: add -... Alex Bennée
- Re: [PATCH v1 10/13] tests/plugins: a... Thomas Huth
- Re: [PATCH v1 10/13] tests/plugin... Alex Bennée
- [PATCH v1 11/13] tests/docker: fall back more grac... Alex Bennée
- Re: [PATCH v1 11/13] tests/docker: fall back ... Philippe Mathieu-Daudé
- [PATCH v1 09/13] target/sh4: revert to using cpu_l... Alex Bennée
- Re: [PATCH v1 09/13] target/sh4: revert to us... Philippe Mathieu-Daudé
- Re: [PATCH v1 09/13] target/sh4: revert to us... Richard Henderson
- [PATCH v1 13/13] configure: remove all dependencie... Alex Bennée
