introduce CYTHON_UNUSED macro to annotate functions and parametes
- Silent compiler warnings about unused function/parametes - Defined to __attribute__((__unused__)) for GCC(>3.4) and ICC - Applied to a __{get|release}buffer__ special methods - Applied to a couple of (self,unused) parameter pairs
Showing
tests/run/numpy_cimport.pyx
0 → 100644
Please register or sign in to comment