| Summary: |
test-tpl-log-walker.c:172:1: error: conflicting types for ‘rewind’ |
| Product: |
Telepathy
|
Reporter: |
Michael Catanzaro <mcatanzaro> |
| Component: |
logger | Assignee: |
Telepathy bugs list <telepathy-bugs> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Telepathy bugs list <telepathy-bugs> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
lantw44, mcatanzaro
|
| Version: |
git master | |
|
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
Fix build
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
I guess something is including stdio.h somewhere it previously wasn't, because telepathy-logger doesn't build in GNOME JHBuild on Fedora 24: test-tpl-log-walker.c:172:1: error: conflicting types for ‘rewind’ rewind (WalkerTestCaseFixture *fixture, ^~~~~~ In file included from /home/mcatanzaro/src/jhbuild/install/include/glib-2.0/glib/gmessages.h:33:0, from /home/mcatanzaro/src/jhbuild/install/include/glib-2.0/glib.h:62, from /home/mcatanzaro/src/jhbuild/install/include/glib-2.0/gobject/gbinding.h:28, from /home/mcatanzaro/src/jhbuild/install/include/glib-2.0/glib-object.h:23, from ../../tests/lib/simple-account.h:14, from test-tpl-log-walker.c:5: /usr/include/stdio.h:759:13: note: previous declaration of ‘rewind’ was here extern void rewind (FILE *__stream); ^~~~~~ Probably should just rename that function and be done with it.