diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-02 23:51:18 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-11 01:54:39 +0100 |
commit | b2314491b1953a37ca5da04498123645b7ee3d20 (patch) | |
tree | dc56bfe2ab41a15416aebc659d17caedf75b67f5 /gst/gdp | |
parent | c1574cfbd11de71fc6597be1b93e1954bfa74d0c (diff) | |
download | gstreamer-plugins-bad-b2314491b1953a37ca5da04498123645b7ee3d20.tar.gz |
gdp: 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/gdp')
-rw-r--r-- | gst/gdp/dp-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/gdp/dp-private.h b/gst/gdp/dp-private.h index 18834c2e5..174a334f5 100644 --- a/gst/gdp/dp-private.h +++ b/gst/gdp/dp-private.h @@ -44,7 +44,6 @@ G_BEGIN_DECLS #define GST_DP_HEADER_CRC_HEADER(x) GST_READ_UINT16_BE (x + 58) #define GST_DP_HEADER_CRC_PAYLOAD(x) GST_READ_UINT16_BE (x + 60) -void gst_dp_init (void); void gst_dp_dump_byte_array (guint8 *array, guint length); G_END_DECLS |