Merge lp:~sil2100/bamf/fix_ftbfs_deprecated into lp:bamf

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 651
Merged at revision: 652
Proposed branch: lp:~sil2100/bamf/fix_ftbfs_deprecated
Merge into: lp:bamf
Diff against target: 12 lines (+1/-1)
1 file modified
configure.ac (+1/-1)
To merge this branch: bzr merge lp:~sil2100/bamf/fix_ftbfs_deprecated
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+322104@code.launchpad.net

Commit message

As agreed with upstream, do not error out on deprecated declarations.

Description of the change

As agreed with upstream, do not error out on deprecated declarations.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2016-08-25 15:31:37 +0000
3+++ configure.ac 2017-04-06 13:06:58 +0000
4@@ -155,7 +155,7 @@
5 AM_PATH_GTK_3_0
6
7 dnl CFLAGS
8-CFLAGS="$CFLAGS -Wall -Werror -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
9+CFLAGS="$CFLAGS -Wall -Werror -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration -lm"
10
11 AC_SUBST(BAMFDAEMON_CFLAGS)
12 AC_SUBST(BAMFDAEMON_LIBS)

Subscribers

People subscribed via source and target branches

to all changes: