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

r.viewshed: initialize struct member before using struct #4232

Merged
merged 2 commits into from
Sep 16, 2024

Commits on Aug 26, 2024

  1. r.viewshed: initialize struct member before using struct

    This was reported by cppcheck tool. Technically, we are not using
    the member in the struct variable in any of the subsequent
    functions, but it's a good practice to initialize all the struct
    members whenever possible.
    
    Signed-off-by: Mohan Yelugoti <[email protected]>
    ymdatta committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    57aa430 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Use right literal while initializing angle

    Signed-off-by: Mohan Yelugoti <[email protected]>
    ymdatta committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5c23fc0 View commit details
    Browse the repository at this point in the history