[Bug 740674] New: mpegts: some compiler warnings with apple-gcc42
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 25 00:18:59 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=740674
GStreamer | gst-plugins-bad | git
Summary: mpegts: some compiler warnings with apple-gcc42
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: julien.isorce at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
With latest gcc from macport (apple-gcc42), it currently fails to build
libcodecparsersbad because of the following warning:
CC libgstmpegts_1.0_la-gstmpegtsdescriptor.lo
CC libgstmpegts_1.0_la-gst-dvb-descriptor.lo
cc1: warnings being treated as errors
gst-dvb-descriptor.c: In function 'gst_mpegts_descriptor_parse_dvb_stuffing':
gst-dvb-descriptor.c:181: warning: comparison is always false due to limited
range of data type
gst-dvb-descriptor.c: In function
'gst_mpegts_descriptor_parse_dvb_teletext_idx':
gst-dvb-descriptor.c:875: warning: comparison is always false due to limited
range of data type
gst-dvb-descriptor.c: In function
'gst_mpegts_descriptor_parse_dvb_teletext_nb':
gst-dvb-descriptor.c:910: warning: comparison is always false due to limited
range of data type
gst-dvb-descriptor.c: In function
'gst_mpegts_descriptor_parse_dvb_subtitling_idx':
gst-dvb-descriptor.c:941: warning: comparison is always false due to limited
range of data type
gst-dvb-descriptor.c: In function
'gst_mpegts_descriptor_parse_dvb_subtitling_nb':
gst-dvb-descriptor.c:976: warning: comparison is always false due to limited
range of data type
cc1: warnings being treated as errors
gstmpegtsdescriptor.c: In function
'gst_mpegts_descriptor_parse_iso_639_language':
gstmpegtsdescriptor.c:972: warning: comparison is always false due to limited
range of data type
gstmpegtsdescriptor.c: In function
'gst_mpegts_descriptor_parse_iso_639_language_idx':
gstmpegtsdescriptor.c:1014: warning: comparison is always false due to limited
range of data type
gstmpegtsdescriptor.c: In function
'gst_mpegts_descriptor_parse_iso_639_language_nb':
gstmpegtsdescriptor.c:1043: warning: comparison is always false due to limited
range of data type
gstmpegtsdescriptor.c: In function
'gst_mpegts_descriptor_parse_logical_channel':
gstmpegtsdescriptor.c:1066: warning: comparison is always false due to limited
range of data type
gst-dvb-descriptor.c: In function 'gst_mpegts_descriptor_parse_dvb_content':
gst-dvb-descriptor.c:1284: warning: comparison is always false due to limited
range of data type
gst-dvb-descriptor.c: In function
'gst_mpegts_descriptor_parse_dvb_parental_rating':
gst-dvb-descriptor.c:1333: warning: comparison is always false due to limited
range of data type
make[1]: *** [libgstmpegts_1.0_la-gstmpegtsdescriptor.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [libgstmpegts_1.0_la-gst-dvb-descriptor.lo] Error 1
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list