summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-14 22:12:36 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-14 22:12:36 +0100
commitd19c75d992c8eb2d623f1148e8e150bfb5d741d2 (patch)
treebba2c219f3e6e791cdbdc925a4dca012a6f364bf
parent67ae21a73302e0676fa3f0d25210c58350d89042 (diff)
downloadwolfbones-d19c75d992c8eb2d623f1148e8e150bfb5d741d2.tar.gz
wolfbones-d19c75d992c8eb2d623f1148e8e150bfb5d741d2.tar.bz2
fixed double warning flag
-rw-r--r--makefiles/gmake/compiler.mk2
1 files changed, 1 insertions, 1 deletions
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 \