mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
pbutilsmodule: avoid unused-but-set-variable compiler warning
https://bugzilla.gnome.org/show_bug.cgi?id=665868
This commit is contained in:
parent
6b5282f5f4
commit
764f344ff0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ DL_EXPORT (void)
|
|||
initpbutils (void)
|
||||
{
|
||||
PyObject *m, *d;
|
||||
PyObject *gst;
|
||||
PyObject *gst G_GNUC_UNUSED;
|
||||
|
||||
init_pygobject ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue