summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2018-04-22 16:53:23 +0200
committerMurray Cumming <murrayc@murrayc.com>2018-04-22 16:53:23 +0200
commitfbff4140a7a4b065f8d2b40c51d27b1f3f099469 (patch)
tree95870f8e8c81f0b5f456db272a661e9b82706724 /configure.ac
parent812000fc9a52d9a77d791bc391767afbee50252a (diff)
downloadglibmm-fbff4140a7a4b065f8d2b40c51d27b1f3f099469.tar.gz
Revert "Try to disable -Wunused-function for the glibmm_interface_move test."
This reverts commit 732df7d9cb709f6fd96099654fb83a00d99f26cf. This doesn't seem to be a problem any more.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 5dbcff5b..9c9bbb27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,16 +134,10 @@ MM_ARG_WITH_TAGFILE_DOC([libsigc++-2.0.tag], [sigc++-2.0])
# Check whether --enable-debug-refcounting was given.
GLIBMM_ARG_ENABLE_DEBUG_REFCOUNTING
-glibmm_warnings_fatal='-pedantic -Wall -Wextra -Wformat-security -Wsuggest-override -Wshadow -Wno-long-long'
# Evaluate the --enable-warnings=level option.
MM_ARG_ENABLE_WARNINGS([GLIBMM_WXXFLAGS],
[-Wall],
- [$glibmm_warnings_fatal],
- [G SIGCXX])
-
-MM_ARG_ENABLE_WARNINGS([GLIBMM_INTERFACE_TEST_WXXFLAGS],
- [-Wall],
- [$glibmm_warnings_fatal -Wno-unused-function],
+ [-pedantic -Wall -Wextra -Wformat-security -Wsuggest-override -Wshadow -Wno-long-long],
[G SIGCXX])
# Offer the ability to omit some API from the library,