From 359ed93ecc5bb7e214acdcbfc97ab42bd9b1c10f Mon Sep 17 00:00:00 2001 From: Austin English Date: Fri, 12 Sep 2008 20:54:46 -0500 Subject: [PATCH] configure.ac: add -Werror to default compiler options --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 27ae9ef..e213150 100644 --- a/configure.ac +++ b/configure.ac @@ -1215,7 +1215,7 @@ dnl **** Check for gcc specific options **** AC_SUBST(EXTRACFLAGS,"") if test "x${GCC}" = "xyes" then - EXTRACFLAGS="-Wall -pipe" + EXTRACFLAGS="-Wall -pipe -Werror" dnl Check for strength-reduce bug AC_CACHE_CHECK( [for gcc strength-reduce bug], ac_cv_c_gcc_strength_bug, -- 1.5.4.3