changeset 22008:5c472f6aa039

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
author Richard Laager <rlaager@wiktel.com>
date Thu, 03 Jan 2008 20:28:16 +0000
parents c38d72677c8a
children 1494e0a0f2b9
files configure.ac
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"