Add -Wwrite-strings to configure

Fixes for the code included
This commit is contained in:
Benjamin Otte 2010-03-15 22:49:53 +01:00 committed by Tim-Philipp Müller
parent 6aae8db723
commit 86c805bec0

View file

@ -94,7 +94,7 @@ cleanup_gdpdepay (GstElement * gdpdepay)
} }
static void static void
gdpdepay_push_per_byte (gchar * reason, guint8 * bytes, guint length) gdpdepay_push_per_byte (const gchar * reason, guint8 * bytes, guint length)
{ {
int i; int i;
GstBuffer *inbuffer; GstBuffer *inbuffer;