mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
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
This commit is contained in:
parent
8c60dc788e
commit
fac013c033
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue