diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-30 12:54:27 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-30 12:54:27 -0700 |
commit | 1eb46d055b147941fa529ac582c336a114f47892 (patch) | |
tree | 21dab3fcfe9b95e4f99322029bb76a99b303f3f9 /configure.ac | |
parent | 8408995ffbf705aa0bc09ab72c58c2e31a4b70c3 (diff) | |
parent | 497b7420c4a76df553ed53322a390a1c754ce30c (diff) |
Merge branch 'master' into xf86-video-intel-2.5-branch
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 86bb80fd..1aa44f55 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 -Wpointer-arith -Wstrict-prototypes \ + WARN_CFLAGS="-Wall -Werror -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ -Wnested-externs -fno-strict-aliasing" fi |