Explicitly ignore unused variables (fixes #6158)
A macro in py/bc.h declares five variables that are used to hold data temporarily, without their values being used after the assignments. This causes "unused-but-set-variable" warnings in clang 13. We mark these variables as explicitly ignored to avoid this new warning.
This commit is contained in:
parent
af9f80daeb
commit
6573981350