[gstreamer-bugs] [Bug 317300] New: inline functions should be static or extern

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Sep 26 16:04:01 PDT 2005


Do not reply to this email.  You can add comments to this bug at
 http://bugzilla.gnome.org/show_bug.cgi?id=317300
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: inline functions should be static or extern
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: SunOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: brian.cameron at sun.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Attaching a patch that makes inline functions that are really static function
defined as static and those that are extern defined as extern.  The forte
compiler does not compile inline functions as inline unless they are defined as
"static inline" or "extern inline".

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