diff options
| author | Ćukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2017-04-06 13:10:24 +0000 |
|---|---|---|
| committer | Bileto Bot <ci-train-bot@canonical.com> | 2017-04-06 13:10:24 +0000 |
| commit | 3ed136e424c292e16a2b3ac98593aab034899e1e (patch) | |
| tree | e05471da6f39affc4448f4ca280a4f68b9bc9919 | |
| parent | e43305b3e7418481701b4cd8063d5d2346204d6d (diff) | |
| parent | 5ed597ffe4c405c3b1df81f577a0d1eeafcf30bf (diff) | |
As agreed with upstream, do not error out on deprecated declarations. (LP: #1680104)
(bzr r652)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index eb753581..848418ae 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,7 @@ AC_SUBST(COVERAGE_LDFLAGS) AM_PATH_GTK_3_0 dnl CFLAGS -CFLAGS="$CFLAGS -Wall -Werror -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm" +CFLAGS="$CFLAGS -Wall -Werror -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm" AC_SUBST(BAMFDAEMON_CFLAGS) AC_SUBST(BAMFDAEMON_LIBS) |
