(svn r1457) Make Darvater happy: -Wdeclaration-after-statement

pull/155/head
tron 20 years ago
parent a864d05ac0
commit e661657d0c

@ -290,7 +290,7 @@ endif
# -O optimize or -O2 fully optimize (O's above 2 are not recommended)
# -pg profile - generate profiling data. See "man gprof" to use this.
CFLAGS=-Wall -Wno-multichar -Wsign-compare
CFLAGS=-Wall -Wno-multichar -Wsign-compare -Wdeclaration-after-statement
CDEFS=-DWITH_REV
LDFLAGS=
LIBS=

Loading…
Cancel
Save