summaryrefslogtreecommitdiff
path: root/m4/spice-compile-warnings.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/spice-compile-warnings.m4')
-rw-r--r--m4/spice-compile-warnings.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/spice-compile-warnings.m4 b/m4/spice-compile-warnings.m4
index 533bac6..dfa88fe 100644
--- a/m4/spice-compile-warnings.m4
+++ b/m4/spice-compile-warnings.m4
@@ -85,7 +85,7 @@ AC_DEFUN([SPICE_COMPILE_WARNINGS],[
gl_WARN_ADD([-Wno-format-nonliteral])
# We use some deprecated functions to avoid #ifdef hell while maintaining
# compat with older gtk / glib versions
- gl_WARN_ADD([-Wno-deprecated-declarations])
+ gl_WARN_ADD([-Wno-error=deprecated-declarations])