summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 873638a5..31ff47ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,8 +66,8 @@ AC_PROG_MAKE_SET
# currently uses the "#pragma }" trick. Should remove that.
# Fix code to work without deprecated methods: G GDK GDK_PIXBUF CAIRO PANGO GTK
DK_ARG_ENABLE_WARNINGS([SYNCEVO_WFLAGS],
- [-Wall -Wno-unknown-pragmas],
- [-Wall -Wno-unknown-pragmas],
+ [-Wall -Wno-unknown-pragmas -Wno-deprecated-declarations],
+ [-Wall -Wno-unknown-pragmas -Wno-deprecated-declarations],
[])
dnl default device type (see AC_DEFINE below)