Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiler warnings #1486

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

haraldreif
Copy link

There are several locations where a local variable in a scope hides a local variable in a superior scope. Some were different variables: they have been renamed. Some were redefinitions of an existing variable: the redefinition has been replaced with a reuse of the existing variable. Additionally, some uninitialized memory warnings have been resolved.

Signed-off-by: Harald Reif [email protected]

There are several locations where a local variable in a scope hides a local variable in a superior state. Some were different variables: they have been renamed. Some were redefinitions of an existing variable: the redefinition has been replaced with a reuse. Additionally, some uninitialized memory warnings have been resolved.

Signed-off-by: Harald Reif <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant