summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 35572e0..5112bd9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -125,7 +125,8 @@ prog := make
endif
ifneq "$(findstring gcc,$(CC))" ""
-CFLAGS = -g -W -Wunused -Wpointer-arith -Wreturn-type -Wswitch
+CFLAGS = -g -Wall -Wtraditional -Wid-clash-31 -Wpointer-arith \
+ -Wbad-function-cast -Wconversion
else
CFLAGS = -g
endif