[Bug 656265] Fix compiler warnings reported by ICC

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 15 13:20:31 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=656265
  GStreamer | gstreamer (core) | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.36
            Summary|[PATCH] Tame ICC on warning |Fix compiler warnings
                   |reporting                   |reported by ICC

--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-08-15 20:20:24 UTC ---
commit 4985d2a954b293e56d670d10e2448ddd52d574d2
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Mon Aug 15 21:05:34 2011 +0100

    caps: fix compiler warning reported by ICC

    The MAX macro expands to code that checks if an unsigned integer is < 0.

    Fixes warning #186: pointless comparison of unsigned integer reported by
ICC.

    https://bugzilla.gnome.org/show_bug.cgi?id=656265

commit c56881a02672f1e1d48479abbf6fb2165c46b1b4
Author: Josep Torra <n770galaxy at gmail.com>
Date:   Wed Aug 10 11:39:23 2011 +0200

    buffer: explicitly cast to the enum type

    Fixes warning #188: enumerated type mixed with another type reported by
ICC.

    https://bugzilla.gnome.org/show_bug.cgi?id=656265

commit 2271b6dc9a339a70b94090663258545f28d7b7e6
Author: Josep Torra <n770galaxy at gmail.com>
Date:   Wed Aug 10 11:07:49 2011 +0200

    gststate: explicitly cast to the enum type

    Fixes warning #188: enumerated type mixed with another type reported by
ICC.

    https://bugzilla.gnome.org/show_bug.cgi?id=656265

commit 89239d85cc76833df70b7b06a54a47d673ccf96a
Author: Josep Torra <n770galaxy at gmail.com>
Date:   Tue Aug 9 23:42:26 2011 +0200

    event: explicitly cast to the right enum types

    Fixes warning #188: enumerated type mixed with another type reported by
ICC.

    https://bugzilla.gnome.org/show_bug.cgi?id=656265

commit 7b434c44bfafcbe62cbfbac66fd8dc5968792deb
Author: Josep Torra <n770galaxy at gmail.com>
Date:   Tue Aug 9 23:33:43 2011 +0200

    gsterror: explicitly cast to the right GstGError code enum types

    Fixes warning #188: enumerated type mixed with another type reported by
ICC.

    https://bugzilla.gnome.org/show_bug.cgi?id=656265

commit b30b78c505e3543ad2dccee0e09a394beca8d98c
Author: Josep Torra <n770galaxy at gmail.com>
Date:   Tue Aug 9 23:26:13 2011 +0200

    debugutils: use GST_STATE_VOID_PENDING for GstState instead of 0

    Fixes a warning reported by ICC.

    https://bugzilla.gnome.org/show_bug.cgi?id=656265

commit d99d270a69b31a945122998dab6959ad4cab763a
Author: Josep Torra <n770galaxy at gmail.com>
Date:   Tue Aug 9 22:48:53 2011 +0200

    caps: define GST_CAPS_FLAGS_NONE for consistency with other enumerations

    Use them to fix warnings when building with ICC.

    API: GST_CAPS_FLAGS_NONE

    https://bugzilla.gnome.org/show_bug.cgi?id=656265

commit abda75bcf58e2fdf7fde5c75caa5fe569c50b1f9
Author: Josep Torra <n770galaxy at gmail.com>
Date:   Tue Aug 9 22:29:44 2011 +0200

    gst: use GstDebugLevel enum type to fix a warning building with ICC

    https://bugzilla.gnome.org/show_bug.cgi?id=656265

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