summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2021-02-04 01:55:03 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2021-02-04 01:56:23 +0300
commit07edce9404cebf9a7180d7b450f0b50a5255cae2 (patch)
treec2ced05b6dcb3cd5b5b6f328e1fdad497e8fb855 /configure.ac
parent9c6c6fb5203d8cb73064a02cc6b147aa91908952 (diff)
parent8300e7f45ca0696f8e3a1d585155136c263c38e4 (diff)
downloadtelepathy-glib-master.tar.gz
Merge branch 'telepathy-glib-0.24'HEADmaster
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a63a0afe9..24fd10854 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,7 +117,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$enable_fatal_warnings" = xyes],
format-security \
init-self],
[missing-field-initializers \
- unused-parameter])
+ unused-parameter \
+ deprecated-declarations])
AC_SUBST([ERROR_CFLAGS])
# these aren't really error flags but they serve a similar purpose for us -