commit | b60316f4ee26ebadd29932c92706307010175f38 | [log] [tgz] |
---|---|---|
author | John Bowler <jbowler@acm.org> | Mon Jan 15 11:11:06 2024 -0800 |
committer | Cosmin Truta <ctruta@gmail.com> | Mon Jan 15 21:42:05 2024 +0200 |
tree | 9002b6c4c1b292d77dea476fcccfe3987ad42958 | |
parent | 050ce505e427a2318e0cca270f13ec7affd380f6 [diff] |
Remove GCC7.1 arithmetic overflow fixup This removes pragmas and the controlling code that quelled warnings generated by GCC7.1 (only) with -Wstrict-overflow=3 and possibly other levels. Tested with GCC13.2, GCC7.1 is no longer the current version of GCC7 (GCC7.5) and GCC7.1 was replaced by GCC7.2 on August 14, 2017. Signed-off-by: John Bowler <jbowler@acm.org>