[Bug 654572] Set but unused warning
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jul 13 18:55:13 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=654572
GStreamer | gst-plugins-bad | git
--- Comment #1 from David Schleef <ds at schleef.org> 2011-07-14 01:55:10 UTC ---
These can all be one commit.
Please just delete code, don't disable it using /* */. (*Especially* don't use
/* */, as that is for comments. Use #if 0 or #ifdef unused to disable code,
that way indent still works correctly.)
--
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