|
danf: curl acinclude.m4,1.51,1.52: msg#00023web.curl.cvs
Update of /cvsroot/curl/curl In directory labb:/tmp/cvs-serv707 Modified Files: acinclude.m4 Log Message: Add -Wdeclaration-after-statement to gcc to detect accidental C99-style variable declarations. Index: acinclude.m4 =================================================================== RCS file: /cvsroot/curl/curl/acinclude.m4,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- acinclude.m4 30 Jun 2005 04:53:05 -0000 1.51 +++ acinclude.m4 20 Jul 2005 21:58:23 -0000 1.52 @@ -766,8 +766,8 @@ fi if test "$gccnum" -ge "304"; then - # try -Wunreachable-code on gcc 3.4 - WARN="$WARN -Wunreachable-code" + # try these on gcc 3.4 + WARN="$WARN -Wunreachable-code -Wdeclaration-after-statement" fi for flag in $CPPFLAGS; do _______________________________________________ http://cool.haxx.se/mailman/listinfo/curl-commits |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | bagder: curl/lib easy.c, 1.72, 1.73 url.c, 1.466, 1.467 url.h, 1.22, 1.23: 00023, cvs |
|---|---|
| Next by Date: | danf: curl configure.ac,1.155,1.156: 00023, cvs |
| Previous by Thread: | bagder: curl/lib easy.c, 1.72, 1.73 url.c, 1.466, 1.467 url.h, 1.22, 1.23i: 00023, cvs |
| Next by Thread: | danf: curl configure.ac,1.155,1.156: 00023, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |