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

Reduce compiler warnings (-Wall -Wpedantic) #880

Open
wants to merge 3 commits into
base: dev2
Choose a base branch
from

Commits on Nov 9, 2024

  1. Remove extra semicolon after macro which adds a function

    Extra semicolons are forbidden outside a function.
    Found by GCC 15 (Wpedantic)
    gruenich committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    afd6873 View commit details
    Browse the repository at this point in the history
  2. Declare function with mathing return type enum SPEX_info

    Found by GCC (Wenum-int-mismatch)
    gruenich committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    36f108f View commit details
    Browse the repository at this point in the history
  3. Remove several unused variables

    Found by Clang 19
    gruenich committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    2f0d463 View commit details
    Browse the repository at this point in the history