fix -Wunused-variable

This commit is contained in:
wmayer 2017-01-27 16:10:19 +01:00
parent a460c540f4
commit 36e1d072a6

View File

@ -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
/**