Fixed a shadowing issue with moving a declaration to inner scope #163
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#163
Loading…
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.