aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2019-01-17 13:18:46 -0500
committerAlex Bennée <alex.bennee@linaro.org>2019-01-22 20:48:07 +0000
commit2cb0dac60acfb447f436327a96e505fa8e2eb326 (patch)
treec18477aabfa21b12b8682e0710b97c17666472f1 /tests
parent8b148365eeb650e3a6b024ba367c6a356942b173 (diff)
downloadqemu-2cb0dac60acfb447f436327a96e505fa8e2eb326.zip
qemu-2cb0dac60acfb447f436327a96e505fa8e2eb326.tar.gz
qemu-2cb0dac60acfb447f436327a96e505fa8e2eb326.tar.bz2
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/fp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/fp/Makefile b/tests/fp/Makefile
index 5019dcd..5a35e7c2 100644
--- a/tests/fp/Makefile
+++ b/tests/fp/Makefile
@@ -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