[gstreamer-bugs] [Bug 635869] GST_BOILERPLATE_FULL causes warnings in user C++ code

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 26 11:33:34 PST 2010


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

Olivier Crete (Tester) <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #1 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2010-11-26 19:33:30 UTC ---
There is a G_GNUC_UNUSED macro that can be used in the parameter declaration to
quiet that warning instead of doing that ugly hack. That said, most GObject
code should be compiled with -Wno-unused-parameter.

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