From f65fc2607ce3be2ca6a674f52a9e3af14ee31e50 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Fri, 7 Aug 2009 15:28:41 +0200 Subject: Do not enable -pedantic mode by default * configure.ac (MM_ARG_ENABLE_WARNINGS): Remove -pedantic from the list of compiler flags to use at warning level "min" (the default). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bedb0e6..7205533 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ AS_IF([test "x$config_error" = xyes], [AC_MSG_FAILURE([[One or more of the required C++ compiler features is missing.]])]) MM_ARG_ENABLE_WARNINGS([SIGC_WXXFLAGS], - [-pedantic -Wall], + [-Wall], [-pedantic -Wall -Wextra]) AC_CONFIG_FILES([Makefile -- cgit v1.2.1