[gstreamer-bugs] [Bug 346730] New: some warnings about enums and macros

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jul 6 00:32:55 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=346730
 GStreamer | gstreamer (core) | Ver: 0.10.8

           Summary: some warnings about enums and macros
           Product: GStreamer
           Version: 0.10.8
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: torri at iecn.u-nancy.fr
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


hello,

while compiling avisynth3 on amd64 (on Compile Farm), I get these warnings (I
compile with -ansi -pedantic -Wall -W -Wpointer-arith -Wconversion
-Wstrict-prototypes -Wmissing-declarations):

* About enumerators:
gstclock.h:236: warning: comma at end of enumerator list
gstclock.h:333: warning: comma at end of enumerator list
gstiterator.h:44: warning: comma at end of enumerator list
gstiterator.h:60: warning: comma at end of enumerator list
gstevent.h:52: warning: comma at end of enumerator list
gsttask.h:63: warning: comma at end of enumerator list
gstpad.h:72: warning: comma at end of enumerator list
gstpad.h:175: warning: comma at end of enumerator list
gstbus.h:69: warning: comma at end of enumerator list
gstplugin.h:76: warning: comma at end of enumerator list

gstmessage.h:86: warning: ISO C restricts enumerator values to range of `int'

* About macros:
gstinfo.h (several lines): warning: anonymous variadic macros were introduced
in C99

I suppose that the last warnings can't be suppressed, nor the previous one , in
C ANSI. But the others can be fixed easily.


-- 
Configure bugmail: http://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