mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
my gcc has never heard of -Wendif-labels
feel free to add it back in if you can make it only used by gcc's that know about it svn:r2654
This commit is contained in:
parent
e761cc9750
commit
5253405dfc
@ -232,7 +232,7 @@ AC_SUBST(LOCALSTATEDIR)
|
||||
|
||||
# Set CFLAGS _after_ all the above checks, since our warnings are stricter
|
||||
# than autoconf's macros like.
|
||||
CFLAGS="$CFLAGS -Wall -W -Wno-unused-parameter -Wfloat-equal -Wundef -Wendif-labels -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -g -O2"
|
||||
CFLAGS="$CFLAGS -Wall -W -Wno-unused-parameter -Wfloat-equal -Wundef -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -g -O2"
|
||||
|
||||
# Add these in when you feel like fun.
|
||||
# -Wbad-function-cast -Werror -Wdeclaration-after-statement
|
||||
|
Loading…
Reference in New Issue
Block a user