[glibmm/glibmm-2-20-mm-common: 179/179] Do not hide deprecated GLib functions



commit b1edd01f2bba7cda3f643f26f63bd0ab99d81110
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sat Sep 5 11:38:52 2009 +0200

    Do not hide deprecated GLib functions
    
    * configure.ac (MM_ARG_ENABLE_WARNINGS): Remove the list of
    deprecation macro prefixes, in order to keep the stable branch
    buildable even with the latest unstable GLib.

 ChangeLog    |    8 ++++++++
 configure.ac |    3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e408876..37f51c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-05  Daniel Elstner  <danielk openismus com>
+
+	Do not hide deprecated GLib functions
+
+	* configure.ac (MM_ARG_ENABLE_WARNINGS): Remove the list of
+	deprecation macro prefixes, in order to keep the stable branch
+	buildable even with the latest unstable GLib.
+
 2009-09-03  Daniel Elstner  <danielk openismus com>
 
 	Sanitize the Glib::Cond usage example
diff --git a/configure.ac b/configure.ac
index bdf5a66..f36e1a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,8 +110,7 @@ GLIBMM_ARG_ENABLE_DEBUG_REFCOUNTING
 # Evaluate the --enable-warnings=level option.
 MM_ARG_ENABLE_WARNINGS([GLIBMM_WXXFLAGS],
                        [-Wall],
-                       [-pedantic -Wall -Wextra],
-                       [G])
+                       [-pedantic -Wall -Wextra])
 
 # Offer the ability to omit some API from the library,
 # to reduce the code size:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]