# HG changeset patch # User Richard Laager # Date 1199392096 0 # Node ID 5c472f6aa03902a28cc60d80c6e6afb3ab65a4db # Parent c38d72677c8a517684f553117330f78c1e154c75 Turn off -Wstrict-prototypes until the issues in these libraries are fixed: https://bugs.launchpad.net/ubuntu/+source/gtkspell/+bug/180171 https://bugs.launchpad.net/ubuntu/+source/meanwhile/+bug/180174 https://bugs.launchpad.net/ubuntu/+source/nspr/+bug/180179 https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/180181 diff -r c38d72677c8a -r 5c472f6aa039 configure.ac --- a/configure.ac Thu Jan 03 04:57:40 2008 +0000 +++ b/configure.ac Thu Jan 03 20:28:16 2008 +0000 @@ -1086,7 +1086,6 @@ "-Wmissing-prototypes" \ "-Wnested-externs" \ "-Wpointer-arith" \ - "-Wstrict-prototypes" \ "-Wundef" \ ; do orig_CFLAGS="$CFLAGS"