numpy  2.0.0
include/numpy/utils.h File Reference

Go to the source code of this file.

Defines

#define NPY_UNUSED(x)   (__NPY_UNUSED_TAGGED ## x) __COMP_NPY_UNUSED

Define Documentation

#define NPY_UNUSED (   x)    (__NPY_UNUSED_TAGGED ## x) __COMP_NPY_UNUSED
Use this to tag a variable as not used. It will remove unused variable warning on support platforms (see __COM_NPY_UNUSED) and mangle the variable to avoid accidental use