[Bug 653137] Warnings in Gstreamer (core) with Clang compiler

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jun 24 12:09:51 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=653137
  GStreamer | gstreamer (core) | 0.11.x

--- Comment #11 from David Schleef <ds at schleef.org> 2011-06-24 19:09:45 UTC ---
(In reply to comment #7)
> The waveform < 0 thing is weird, I thought an enum was like an int.

It is implementation defined what the underlying type used to implement a
specific enum is, so it could be int, unsigned int, or even short int, and
could theoretically vary between different enum types.  I've never seen a
compiler where it's not int (except with -fshort-enums).

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