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

Compilation warnings #374

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Compilation warnings #374

wants to merge 8 commits into from

Commits on Oct 3, 2020

  1. src:fix non-void function not return in a value

    When compiling with gcc-10.2.0 this would emit a warning
    amdoku committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    c4d1405 View commit details
    Browse the repository at this point in the history
  2. src:fix warning use reference type to prevent copy

    When compiling under gcc-10.2.0 this line would emit a warning
    amdoku committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    e2594c5 View commit details
    Browse the repository at this point in the history
  3. src: Fix signed-unsigned comparison in printer.cc

    When compiling under gcc-10.2.0 this would emit a warning
    amdoku committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    14728f6 View commit details
    Browse the repository at this point in the history
  4. src: Remove warning about (malformed) trigraph

    When compiling under gcc-10.2.0 this would emit a warning
    By escaping the '?' it will no longer be detected as a trigraph.
    amdoku committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    c66fcaf View commit details
    Browse the repository at this point in the history
  5. build: turn up warning level

    When compiling all warnings will now be treated as an error, preventing
    potentially misbehaving code from making it onto master.
    amdoku committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    a054621 View commit details
    Browse the repository at this point in the history
  6. test: Fix unit tests

    When executing tests with gdb-9.2 and lldb-10.0.1 the tests would fail.
    Relaxing the error assertion to only check for the warning itself, not
    the location fixes the test.
    amdoku committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    891890c View commit details
    Browse the repository at this point in the history
  7. ci: Fix CI build error

    amdoku committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    1cc7105 View commit details
    Browse the repository at this point in the history
  8. fixup! ci: Fix CI build error

    amdoku committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    9030cd7 View commit details
    Browse the repository at this point in the history