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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 20 years ago
parent b9fed3391b
commit cd4e73193d

@ -290,7 +290,7 @@ endif
# -O optimize or -O2 fully optimize (O's above 2 are not recommended) # -O optimize or -O2 fully optimize (O's above 2 are not recommended)
# -pg profile - generate profiling data. See "man gprof" to use this. # -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 CDEFS=-DWITH_REV
LDFLAGS= LDFLAGS=
LIBS= LIBS=

Loading…
Cancel
Save