summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-08-01 18:48:58 +0000
committerRoland McGrath <roland@redhat.com>1995-08-01 18:48:58 +0000
commita4e66c61c0066040d93de1f598a043dec1ce78b3 (patch)
treeaa0b1a861ff39d4a38b6c0d864d95f2860f37002 /GNUmakefile
parent8cfdca3e7271b3e63d06f3c0627ea35aebf2dc44 (diff)
downloadgunmake-a4e66c61c0066040d93de1f598a043dec1ce78b3.tar.gz
(CFLAGS): Add some warnings.
Diffstat (limited to 'GNUmakefile')
-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