Fix unused variable warning.
This commit is contained in:
parent
6814f67cdb
commit
493d96a732
1 changed files with 3 additions and 0 deletions
|
|
@ -331,6 +331,9 @@ SWIGEXPORT
|
|||
#endif
|
||||
SWIG_init(void) {
|
||||
PyObject *m, *d, *md, *globals;
|
||||
|
||||
(void)globals;
|
||||
|
||||
#if PY_VERSION_HEX >= 0x03000000
|
||||
static struct PyModuleDef SWIG_module = {
|
||||
PyModuleDef_HEAD_INIT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue