diff --git a/gst/videomodule.c b/gst/videomodule.c index 9308a15c89..ebf677fa99 100644 --- a/gst/videomodule.c +++ b/gst/videomodule.c @@ -40,7 +40,8 @@ GST_DEBUG_CATEGORY (pygst_debug); /* for python code */ DL_EXPORT (void) initvideo (void) { - PyObject *m, *d, *gst; + PyObject *gst G_GNUC_UNUSED; + PyObject *m, *d; init_pygobject (); gst = pygst_init ();