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 357591 - Avoid compiler warning with uclibc and -Werror
Avoid compiler warning with uclibc and -Werror
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal minor
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-25 10:58 UTC by Peter Kjellerstedt
Modified: 2006-09-25 11:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid compiler warning (485 bytes, patch)
2006-09-25 10:59 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2006-09-25 10:58:57 UTC
Please describe the problem:
Please apply the attached patch. It avoids a compiler warning when building with uClibc, and thus allows compiling with -Werror.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Peter Kjellerstedt 2006-09-25 10:59:33 UTC
Created attachment 73353 [details] [review]
Avoid compiler warning
Comment 2 Tim-Philipp Müller 2006-09-25 11:26:58 UTC
Thanks, committed:

 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
 
       Patch by: Peter Kjellerstedt  <pkj at axis com>

       * gst/playback/test.c:
         Fix compilation with uClibc and -Werror (#357591).