Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Tell gcc this sizeof division is intended ( -Wsizeof-array-div ) #418

Merged
merged 2 commits into from
Jan 19, 2022

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    c770b8b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Fix -Wsizeof-array-div on gcc 11.

    The compiler suggests putting parentheses around the division to
    suppress the warning, but this isn't working on gcc 11. Refactoring
    this out a bit works though.
    alliepiper committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4081ff8 View commit details
    Browse the repository at this point in the history