summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-10-21 17:09:56 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-10-21 17:09:56 +0100
commitaf8b725a6d88c4cdc9db9bac14ed309e0b8856eb (patch)
treeefdbc5e58ee44535e5033e224976da4105dad2f7
parentd7966693c005fbe060aacf43e400bab4c6aaeefd (diff)
Don't warn on strict prototypes as gtk has bugs
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e76feab..4502b20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ PKG_PROG_PKG_CONFIG()
PKG_CHECK_MODULES(GTK,[gtkglext-1.0])
if test $CC = gcc; then
- GCC_CFLAGS+=" -Wall -W -Werror -Wstrict-prototypes -Wmissing-prototypes"
+ GCC_CFLAGS+=" -Wall -W -Werror -Wmissing-prototypes"
GCC_CFLAGS+=" -fvisibility=hidden -fPIC"
GCC_LDFLAGS=""