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

Commits on May 28, 2024

  1. Fix compiler warnings

    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]>
    haraldreif committed May 28, 2024
    Configuration menu
    Copy the full SHA
    892b3e6 View commit details
    Browse the repository at this point in the history