Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not emit unused warning for variables named
unused*
Cython has its own warning for unused variables, which is enabled with `-Wextra`. However, the warning does not trigger if the variable is named `_` or if the variable name starts with `unused`.
- Loading branch information