[libsigc++2] Do not enable -pedantic mode by default
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libsigc++2] Do not enable -pedantic mode by default
- Date: Fri, 7 Aug 2009 13:43:08 +0000 (UTC)
commit f65fc2607ce3be2ca6a674f52a9e3af14ee31e50
Author: Daniel Elstner <danielk openismus com>
Date: Fri Aug 7 15:28:41 2009 +0200
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).
ChangeLog | 7 +++++++
configure.ac | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2f3da2b..9c5be83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-08-07 Daniel Elstner <danielk openismus com>
+ 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).
+
+2009-08-07 Daniel Elstner <danielk openismus com>
+
Correct M4 forbidden tokens pattern
* configure.ac (m4_pattern_forbid): Take into account that the
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]