diff options
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r-- | cpp/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 2c8cba40c5..559ec84496 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -31,7 +31,8 @@ AC_ARG_ENABLE(warnings, yes|no) ;; *) AC_MSG_ERROR([bad value ${enableval} for warnings option]) ;; esac], - [enableval=no]) + [enableval=yes]) + # Warnings: Enable as many as possible, keep the code clean. Please # do not disable warnings or remove -Werror without discussing on # qpid-dev list. |