forked from github/server
Mehr warnings vom gcc. Einige sind immer noch zuviel spam, muss ich fixen.
This commit is contained in:
parent
f0d8d77b22
commit
7d4e4b9e06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue