projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cfdca3
)
(CFLAGS): Add some warnings.
author
Roland McGrath
<roland@redhat.com>
Tue, 1 Aug 1995 18:48:58 +0000
(18:48 +0000)
committer
Roland McGrath
<roland@redhat.com>
Tue, 1 Aug 1995 18:48:58 +0000
(18:48 +0000)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 35572e0ac12b2c7b48d02e6687a0e9e2bfc67321..5112bd9b988c751a8755765ad4eafd9b12495b7a 100644
(file)
--- 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