summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2008-09-30 16:59:35 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-09-30 16:59:35 -0700
commitffcbbb071f1cde90fe0dc4887a05dd66c0e66985 (patch)
tree3c21f84796be19dbdf5c0bbeb2e5ba56ba461490 /configure.ac
parent1eb46d055b147941fa529ac582c336a114f47892 (diff)
parentbf8a3ffeaa4df9ecbad7abff9a44d714de2fa104 (diff)
Merge branch 'master' into xf86-video-intel-2.5-branch
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1aa44f55..86bb80fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@ dnl Use lots of warning flags with GCC
WARN_CFLAGS=""
if test "x$GCC" = "xyes"; then
- WARN_CFLAGS="-Wall -Werror -Wpointer-arith -Wstrict-prototypes \
+ WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wnested-externs -fno-strict-aliasing"
fi