Implicit functions declarations in bamf-matcher.c
Bug #1176524 reported by
Maxime Gauduin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BAMF |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | ||
bamf (Ubuntu) |
Fix Released
|
Undecided
|
Marco Trevisan (Treviño) |
Bug Description
Trying to build latest bzr on Arch Linux with GCC 4.8 fails because of implicit functions declarations in src/bamf-matcher.c (-Werror=
Related branches
lp://staging/~3v1n0/bamf/factory-ref-rework
- Andrea Azzarone (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
- Ted Gould (community): Approve
-
Diff: 451 lines (+164/-87)4 files modifieddebian/changelog (+9/-10)
lib/libbamf/bamf-factory.c (+135/-75)
lib/libbamf/bamf-view.c (+19/-1)
src/bamf-matcher.c (+1/-1)
Changed in bamf: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
milestone: | none → 0.5.0 |
Changed in bamf: | |
status: | Fix Committed → In Progress |
Changed in bamf (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
To post a comment you must log in.
Here's a patch that fixes it. Added the needed include, and moved the function declaration after the ifdef.