diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-05 02:06:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-05 02:06:36 +0000 |
commit | 843459558438d381c9040cba0216e7fa877ecbe1 (patch) | |
tree | 0fc71127f05c5db2e08e844b592bfc45bc1995e2 /configure.in | |
parent | 0924094042382892ca6ada9977b6e4696222c24c (diff) | |
download | tor-843459558438d381c9040cba0216e7fa877ecbe1.tar.gz tor-843459558438d381c9040cba0216e7fa877ecbe1.zip |
Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address.
svn:r5190
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2cf5b7fa5d..a531eb7fdb 100644 --- a/configure.in +++ b/configure.in @@ -518,7 +518,7 @@ CFLAGS="$CFLAGS -Wall -g -O2" # released versions. (Some relevant gcc versions can't handle these.) #CFLAGS="$CFLAGS -W -Wno-unused-parameter -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Winit-self -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-field-initializers -Wredundant-decls -Winline" # Add these in when you feel like fun. -#CFLAGS="$CFLAGS -Wbad-function-cast -Werror -Wdeclaration-after-statement -Wold-style-definitions" +#CFLAGS="$CFLAGS -Wbad-function-cast -Werror -Wdeclaration-after-statement -Wold-style-definition" echo "confdir: $CONFDIR" |