Mehr warnings vom gcc. Einige sind immer noch zuviel spam, muss ich fixen.

This commit is contained in:
Enno Rehling 2005-06-09 22:03:41 +00:00
parent f0d8d77b22
commit 7d4e4b9e06
1 changed files with 7 additions and 0 deletions

View File

@ -42,9 +42,16 @@ if $(PROFILE) = 1 {
CCFLAGS += -Wall ;
CCFLAGS += -Wwrite-strings
# -W
-Wstrict-prototypes
-Werror-implicit-function-declaration
-Wno-char-subscripts
-Wpointer-arith
# -Wshadow
# -Wcast-qual
# -Wcast-align
# -Wconversion
# -Wunreachable-code
;
# this require the latet luabind from CVS