From 7691a82f3a549a60f3cc41b36d05abc9b0f629a4 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Mon, 12 Nov 2012 01:40:42 +0100 Subject: [PATCH] info: fix compiler warning when debugging disabled Fixes https://bugzilla.gnome.org/show_bug.cgi?id=688130 --- gst/gstinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstinfo.c b/gst/gstinfo.c index 355bd80..3cc9b13 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -1978,7 +1978,7 @@ gst_debug_is_colored (void) } void -gst_debug_set_threshold_from_string (const gchar * list) +gst_debug_set_threshold_from_string (const gchar * list, gboolean reset) { } -- 2.7.4