From 70ecd2126d71503b21beb66bd4b3376c5c3e0279 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 3 Jun 2016 20:09:37 -0400 Subject: configure: build with -Wall by default This makes -Werror more effective (which we already utilize). --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index af4fb9f..9d3d1fe 100644 --- a/configure.ac +++ b/configure.ac @@ -295,6 +295,9 @@ if test "$mingw_cv_win32_host" = yes; then AC_DEFINE([BGDWIN32], [], [Define is you are building for Win32 API]) fi +dnl Enable -Wall if possible. Do it after all other tests. +AX_CFLAGS_WARN_ALL + dnl Enable -Werror if possible. Do it after all other tests. AC_ARG_ENABLE([werror], [AS_HELP_STRING([--enable-werror], [treat compile warnings as errors])]) if test "$enable_werror" = "yes" || test "$GCC" = "yes" -a "$enable_werror" != "no"; then -- cgit v1.2.1