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

Detect compilations with no warnings when '-w' flag is present. #688

Commits on Sep 20, 2024

  1. Detect compilations with no warnings when '-w' flag is present.

    Gcc may be compiled to auto include warnings such as -Wformat. However,
    passing in `-w` will suppress the enabled format warnings. The previous
    query would not raise an issue, as it saw the `-Wformat` flag etc, even
    though if `-w` was present, causing gcc to run with no warnings enabled.
    MichaelRFairhurst committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    58fa16a View commit details
    Browse the repository at this point in the history
  2. fix formatting

    MichaelRFairhurst committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    89464ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88872a4 View commit details
    Browse the repository at this point in the history
  4. Add newline to EOF

    MichaelRFairhurst committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    495b32e View commit details
    Browse the repository at this point in the history
  5. Add changelog.

    MichaelRFairhurst committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4b821be View commit details
    Browse the repository at this point in the history
  6. fix typo

    MichaelRFairhurst committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aa94583 View commit details
    Browse the repository at this point in the history