~unity-team/bamf/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bileto Bot
  • Author(s): Łukasz 'sil2100' Zemczak
  • Date: 2017-04-06 13:10:24 UTC
  • mfrom: (650.2.1 bamf)
  • Revision ID: ci-train-bot@canonical.com-20170406131024-37i6o4usz01kwhda
As agreed with upstream, do not error out on deprecated declarations. (LP: #1680104)

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
AM_PATH_GTK_3_0
156
156
 
157
157
dnl CFLAGS
158
 
CFLAGS="$CFLAGS -Wall -Werror -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
 
158
CFLAGS="$CFLAGS -Wall -Werror -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
159
159
 
160
160
AC_SUBST(BAMFDAEMON_CFLAGS)
161
161
AC_SUBST(BAMFDAEMON_LIBS)