summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-09-05 11:38:52 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-09-05 14:32:39 +0200
commitb1edd01f2bba7cda3f643f26f63bd0ab99d81110 (patch)
tree4574ce4183daf831044a0ff3fe6b1135a29f029e
parent4de041880301f8525d8a8d7ce292952037ea6d15 (diff)
downloadglibmm-b1edd01f2bba7cda3f643f26f63bd0ab99d81110.tar.gz
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.
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac3
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e408876d..37f51c94 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 bdf5a664..f36e1a4f 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: