[gstreamer-bugs] [Bug 321824] New: SGI compiler doesn't allow adding to void *

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 18 11:45:18 PST 2005


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=321824
 GStreamer | don't know | Ver: 0.8.11

           Summary: SGI compiler doesn't allow adding to void *
           Product: GStreamer
           Version: 0.8.11
          Platform: Other
        OS/Version: IRIX
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bugzilla-gnome at thewrittenword.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Distribution/Version: 6.5

gst/cothreads.c has lines line:
  (void *) cothread + [num]

Because cothread is void *, the SGI C compiler doesn't allow addition. Solution
is to remove the (void *) cast.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list