pbutilsmodule: avoid unused-but-set-variable compiler warning

https://bugzilla.gnome.org/show_bug.cgi?id=665868
This commit is contained in:
Tim-Philipp Müller 2011-12-09 17:24:40 +00:00
parent 6b5282f5f4
commit 764f344ff0

View file

@ -39,7 +39,7 @@ DL_EXPORT (void)
initpbutils (void)
{
PyObject *m, *d;
PyObject *gst;
PyObject *gst G_GNUC_UNUSED;
init_pygobject ();