Task #119391 - fixed.err
back to task #119391download
Error: COMPILER_WARNING (CWE-1164):
python-wrapt-2.1.2/src/wrapt/_wrappers.c:2460:18: warning[-Wunused-function]: ‘WraptObjectProxy_iter’ defined but not used
# 2460 | static PyObject *WraptObjectProxy_iter(WraptObjectProxyObject *self)
# | ^~~~~~~~~~~~~~~~~~~~~
# 2458| /* ------------------------------------------------------------------------- */
# 2459|
# 2460|-> static PyObject *WraptObjectProxy_iter(WraptObjectProxyObject *self)
# 2461| {
# 2462| if (!self->wrapped)