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
@ -65,8 +65,7 @@ QEMU_CFLAGS += $(TF_OPTS)
|
||||
TF_CFLAGS :=
|
||||
TF_CFLAGS += -Wno-strict-prototypes
|
||||
TF_CFLAGS += -Wno-unknown-pragmas
|
||||
TF_CFLAGS += -Wno-discarded-qualifiers
|
||||
TF_CFLAGS += -Wno-maybe-uninitialized
|
||||
TF_CFLAGS += -Wno-uninitialized
|
||||
TF_CFLAGS += -Wno-missing-prototypes
|
||||
TF_CFLAGS += -Wno-return-type
|
||||
TF_CFLAGS += -Wno-unused-function
|
||||
|
Loading…
x
Reference in New Issue
Block a user