From: Tim-Philipp Müller Date: Fri, 28 Jan 2011 16:59:11 +0000 (+0000) Subject: gstmodule: remove unused label to fix compiler warning X-Git-Tag: 1.19.3~485^2~284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fac013c0336a69debff2486fe2334761dc28fda3;p=platform%2Fupstream%2Fgstreamer.git gstmodule: remove unused label to fix compiler warning gstmodule.c: In function 'pygst_fraction_to_value': gstmodule.c:129:1: error: label 'out' defined but not used https://bugzilla.gnome.org/show_bug.cgi?id=640837 --- diff --git a/gst/gstmodule.c b/gst/gstmodule.c index 203855e..fd66dff 100644 --- a/gst/gstmodule.c +++ b/gst/gstmodule.c @@ -126,7 +126,6 @@ pygst_fraction_to_value (GValue * value, PyObject * object) gst_value_set_fraction (value, PyLong_AsLong (numerator), PyLong_AsLong (denominator)); -out: return 0; fail: