forked from github/server
pointer-arith warnings geben mit string2.h nur ärger...
This commit is contained in:
parent
e6b43428a6
commit
3b3c7abef2
|
@ -20,7 +20,7 @@ INSTALL = @cp
|
||||||
ARFLAGS = crs
|
ARFLAGS = crs
|
||||||
CTAGSFLAGS = --c-types=cdefgmnstuv
|
CTAGSFLAGS = --c-types=cdefgmnstuv
|
||||||
CFLAGS = -I$(ERESSEA) -Wall -Wwrite-strings -Wstrict-prototypes \
|
CFLAGS = -I$(ERESSEA) -Wall -Wwrite-strings -Wstrict-prototypes \
|
||||||
-Wpointer-arith -Werror-implicit-function-declaration \
|
-Werror-implicit-function-declaration \
|
||||||
-Wno-char-subscripts $(INCLUDES)
|
-Wno-char-subscripts $(INCLUDES)
|
||||||
LDFLAGS = $(LIBS)
|
LDFLAGS = $(LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue