summaryrefslogtreecommitdiff
path: root/gst/parse
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-02 23:51:18 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-10 20:45:33 +0100
commite8f65e8bffdad69c3e70c9b4506998b68db37d4a (patch)
tree28db39f231c5ca66920a8530b4363f11437ec541 /gst/parse
parentf067d38d1dba22e878a08cc00b479b0bc9e6b3ea (diff)
Make code safe for -Wredundant-decls
Adds that warning to configure.ac Includes a tiny change of the GST_BOILERPLATE_FULL() macro: The get_type() function is no longer declared before being defined. https://bugzilla.gnome.org/show_bug.cgi?id=611692
Diffstat (limited to 'gst/parse')
-rw-r--r--gst/parse/grammar.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y
index 81a5e2a62..2be3b5f0f 100644
--- a/gst/parse/grammar.y
+++ b/gst/parse/grammar.y
@@ -37,7 +37,6 @@ struct yy_buffer_state * _gst_parse_yy_scan_string (char* , yyscan_t);
void _gst_parse_yypush_buffer_state (void * new_buffer ,yyscan_t yyscanner );
void _gst_parse_yypop_buffer_state (yyscan_t yyscanner );
-
#ifdef __GST_PARSE_TRACE
static guint __strings;
static guint __links;