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
@ -39,7 +39,7 @@ DL_EXPORT (void)
|
||||
initpbutils (void)
|
||||
{
|
||||
PyObject *m, *d;
|
||||
PyObject *gst;
|
||||
PyObject *gst G_GNUC_UNUSED;
|
||||
|
||||
init_pygobject ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user