mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
tests/fp/Makefile: do not use gcc-only -W flags
The build now completes in both gcc and clang. Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
8b148365ee
commit
2cb0dac60a
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@ QEMU_CFLAGS += $(TF_OPTS)
|
||||||
TF_CFLAGS :=
|
TF_CFLAGS :=
|
||||||
TF_CFLAGS += -Wno-strict-prototypes
|
TF_CFLAGS += -Wno-strict-prototypes
|
||||||
TF_CFLAGS += -Wno-unknown-pragmas
|
TF_CFLAGS += -Wno-unknown-pragmas
|
||||||
TF_CFLAGS += -Wno-discarded-qualifiers
|
TF_CFLAGS += -Wno-uninitialized
|
||||||
TF_CFLAGS += -Wno-maybe-uninitialized
|
|
||||||
TF_CFLAGS += -Wno-missing-prototypes
|
TF_CFLAGS += -Wno-missing-prototypes
|
||||||
TF_CFLAGS += -Wno-return-type
|
TF_CFLAGS += -Wno-return-type
|
||||||
TF_CFLAGS += -Wno-unused-function
|
TF_CFLAGS += -Wno-unused-function
|
||||||
|
|
Loading…
Reference in a new issue