GNOME Bugzilla – Bug 360151
Fixes compiling with forte: disable warning as error for empty declaration
Last modified: 2006-10-09 13:41:03 UTC
Please describe the problem: warning: syntax error: empty declaration This warning is reported due an un-nedded semicolon. I found that mainly it happens when preprocesor is used to construct function blocks with macros as for example with QUARK_FUNC(...) and G_DEFINE_TYPE(...) macros. We can remove the semicolon because it causes a problem for gst-indent. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 74130 [details] [review] [patch] Fixes the bug
Looks ok, committing
reopening because GST_MESSAGE_TYPE_ANY is specified wrong.
ignore previous comment, wrong bug.