fix -Wunused-variable
This commit is contained in:
parent
a460c540f4
commit
36e1d072a6
|
@ -96,7 +96,7 @@
|
|||
#if PY_MAJOR_VERSION >= 3
|
||||
# define PyMOD_Return(name) return name
|
||||
#else
|
||||
# define PyMOD_Return(name) return
|
||||
# define PyMOD_Return(name) return (void)name
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user