summaryrefslogtreecommitdiffstats
path: root/tests/fp/Makefile
diff options
context:
space:
mode:
authorEmilio G. Cota2019-01-17 19:18:46 +0100
committerAlex Bennée2019-01-22 21:48:07 +0100
commit2cb0dac60acfb447f436327a96e505fa8e2eb326 (patch)
treec18477aabfa21b12b8682e0710b97c17666472f1 /tests/fp/Makefile
parentberkeley-testfloat-3: pull changes (diff)
downloadqemu-2cb0dac60acfb447f436327a96e505fa8e2eb326.tar.gz
qemu-2cb0dac60acfb447f436327a96e505fa8e2eb326.tar.xz
qemu-2cb0dac60acfb447f436327a96e505fa8e2eb326.zip
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/fp/Makefile')
-rw-r--r--tests/fp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/fp/Makefile b/tests/fp/Makefile
index 5019dcdca0..5a35e7c210 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