summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-07-22 15:08:34 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-07-22 15:08:34 -0300
commitc2ab37df549ac30cbd34380a6fb388338e140d12 (patch)
treecf1034551f57c128f15bf5b42226ef0490e799ef
parentb38388b87f31f7c95a63a59f3bf3cb4cec48768c (diff)
downloadglade-c2ab37df549ac30cbd34380a6fb388338e140d12.tar.gz
Added -Wno-format-nonliteral flag to make it build on modern compilers
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a1439789..1852e11a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ AM_CONDITIONAL(GLADE_UNSTABLE, test "x$GLADE_UNSTABLE" = "xyes")
GNOME_COMMON_INIT
GNOME_DEBUG_CHECK
-GNOME_COMPILE_WARNINGS([maximum])
+GNOME_COMPILE_WARNINGS([maximum], [-Wno-format-nonliteral])
GNOME_MAINTAINER_MODE_DEFINES
# For the plugins, we don't use the warning flags defined by GNOME_COMPILE_WARNINGS.