summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \