diff options
| author | Emilio G. Cota <cota@braap.org> | 2019-01-17 13:18:46 -0500 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2019-01-22 20:48:07 +0000 |
| commit | 2cb0dac60acfb447f436327a96e505fa8e2eb326 (patch) | |
| tree | c18477aabfa21b12b8682e0710b97c17666472f1 | |
| parent | 8b148365eeb650e3a6b024ba367c6a356942b173 (diff) | |
| download | focaccia-qemu-2cb0dac60acfb447f436327a96e505fa8e2eb326.tar.gz focaccia-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 '')
| -rw-r--r-- | tests/fp/Makefile | 3 |
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 |