diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-30 16:59:02 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-30 16:59:02 -0700 |
commit | bf8a3ffeaa4df9ecbad7abff9a44d714de2fa104 (patch) | |
tree | 04603f45c4ff6902e9b027a55da75eed0dbd7f64 | |
parent | 497b7420c4a76df553ed53322a390a1c754ce30c (diff) |
Revert "Use -Werror by default"
This reverts commit f315e9d1ad92562195ce42b956d4be6b31e8a13e. The world
isn't ready for a warning free build.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e8c634c7..e276f0e1 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 |