Fixed a shadowing issue with moving a declaration to inner scope #163
Reference in New Issue
Block a user
No description provided.
Delete Branch "gaisser/fsfw:gaisser_small_bugfix_subsystem"
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?
Fixed a shadowing issue with moving a declaration to inner scope.
I would encourage all to add -Wshadow=local to the compile flags.
Propably would be a good idea to add -Wshadow=local in the FSFW example.