Warning on local shadowing can be disabled optionally #356
Reference in New Issue
Block a user
No description provided.
Delete Branch "eive:eive/develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Compilers like the
arm-linux-gnueabhihf
cross compiler for the Q7S and Raspberry Pi emitt local shadowing warnings which are not shadowing issues (e.g. local variable has same name as some enum). It would be nice if this warning can be disabled in CMake.Pull request closed