From d19c75d992c8eb2d623f1148e8e150bfb5d741d2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 14 Nov 2011 22:12:36 +0100 Subject: fixed double warning flag --- makefiles/gmake/compiler.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk index 15f2452..9fc8201 100644 --- a/makefiles/gmake/compiler.mk +++ b/makefiles/gmake/compiler.mk @@ -42,7 +42,7 @@ COMMON_COMPILE_FLAGS = \ -fstrict-aliasing \ -pedantic -Wall -Werror \ -Wunused -Wno-import \ - -Wformat -Wformat-y2k -Wformat-nonliteral -Wformat-security -Wformat-y2k \ + -Wformat -Wformat-y2k -Wformat-nonliteral -Wformat-security \ -Wswitch-enum -Wunknown-pragmas \ -Wundef -Wshadow -Wpointer-arith \ -Wcast-qual -Wcast-align \ -- cgit v1.2.3-54-g00ecf