[Bug 740673] New: codecparsers: some compiler warnings with apple-gcc42

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 25 00:11:20 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740673
  GStreamer | gst-plugins-bad | git

           Summary: codecparsers: 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       libgstcodecparsers_1.0_la-gsth265parser.lo
cc1: warnings being treated as errors

gsth265parser.c: In function 'get_default_scaling_lists':
gsth265parser.c:593: warning: comparison is always true due to limited range of
data type
gsth265parser.c: In function 'gst_h265_parser_parse_short_term_ref_pic_sets':
gsth265parser.c:768: warning: comparison is always false due to limited range
of data type
gsth265parser.c: In function 'gst_h265_parse_vps':
gsth265parser.c:1466: warning: comparison is always false due to limited range
of data type
gsth265parser.c:1469: warning: comparison is always false due to limited range
of data type
gsth265parser.c:1487: warning: comparison is always false due to limited range
of data type
gsth265parser.c:1491: warning: comparison is always false due to limited range
of data type
gsth265parser.c: In function 'gst_h265_parser_parse_slice_hdr':
gsth265parser.c:2017: warning: comparison is always false due to limited range
of data type
gsth265parser.c:2017: warning: comparison is always false due to limited range
of data type
gsth265parser.c:2028: warning: comparison is always false due to limited range
of data type

-- 
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