After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 360173 - Fixes compiling with forte: warning clean up (part 1)
Fixes compiling with forte: warning clean up (part 1)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal minor
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-06 14:05 UTC by Josep Torra Valles
Modified: 2006-10-06 14:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[patch] Fixes enumerated warnings (11.19 KB, patch)
2006-10-06 14:06 UTC, Josep Torra Valles
committed Details | Review

Description Josep Torra Valles 2006-10-06 14:05:30 UTC
Please describe the problem:
gst/gst.c: empty declaration and type missmatch
gst/gstbin.c: type missmatch
gst/gstelement.c: type missmatch
gst/gstinfo.c: remove ptr var and cast as appropiate
gst/gstobject.c: type missmatch
gst/gstquery.c: redefinition of _FILE_OFFSET_BITS
gst/gstutils.c: unreachable line
gst/gstxml.c: type missmatch

Steps to reproduce:
Compile with forte

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Josep Torra Valles 2006-10-06 14:06:40 UTC
Created attachment 74135 [details] [review]
[patch] Fixes enumerated warnings
Comment 2 Zaheer Abbas Merali 2006-10-06 14:11:37 UTC
looks good.