diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-30 12:07:52 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-30 12:07:52 -0700 |
commit | f315e9d1ad92562195ce42b956d4be6b31e8a13e (patch) | |
tree | ba2f587dd4b74338f5af8c176cbc969d9f2e7a20 | |
parent | f082e877d54dbafa437fd05e9c07e870cd513be9 (diff) |
Use -Werror by default
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e276f0e1..e8c634c7 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 |