fix -Wunused-variable

This commit is contained in:
wmayer
2017-01-27 16:10:19 +01:00
parent 4b9e18c89c
commit b0b68b7c7b

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