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 357592 - Avoid compiler warnings with uClibc and -Werror
Avoid compiler warnings with uClibc and -Werror
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal minor
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-25 11:02 UTC by Peter Kjellerstedt
Modified: 2006-09-25 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid compiler warnings (2.56 KB, patch)
2006-09-25 11:02 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2006-09-25 11:02:32 UTC
Please describe the problem:
Please apply the attached patch. It avoids a couple of compiler warnings 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 11:02:55 UTC
Created attachment 73355 [details] [review]
Avoid compiler warnings
Comment 2 Tim-Philipp Müller 2006-09-25 11:48:20 UTC
Thanks, committed:

 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Peter Kjellerstedt  <pkj at axis com>

        * gst/alpha/gstalpha.c:
        * gst/rtp/gstrtpamrdepay.c:
        * gst/rtsp/gstrtspsrc.c:
        * gst/udp/gstudpsrc.c:
        * gst/videomixer/videomixer.c:
          Include stdlib.h in some more places, makes things compile
          with uClibc and -Werror (#357592).