Bug report
Bug description:
# Add a code block here, if required
It seems that in _sqlite/connection.c, although the function argument are named unused, they do not actually use __attribute__((unused))
. I'm not sure if this is intentional, but doing so can eliminate warnings from the compiler under -Wall.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs