tests/fp/Makefile: do not use gcc-only -W flags
authorEmilio G. Cota <cota@braap.org>
Thu, 17 Jan 2019 18:18:46 +0000 (13:18 -0500)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 22 Jan 2019 20:48:07 +0000 (20:48 +0000)
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>
tests/fp/Makefile

index 5019dcdca0bf4bad945eb6c2a69d7592ee04ae18..5a35e7c2109aa99749780f2fee5d7662ee59c60a 100644 (file)
@@ -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