-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: address compiler warnings originating in our code
* build(deps): update blueprint * fix: address warnings about signedness * fix: warnings about unused typedefs * fix: warning for switch covering all possibilities * fix: warnings about unqualified calls of template functions pre C++20 * fix: warnings about signedness * fix: warnings about reordering in constructor initializer list * fix: warnings about unused variables * fix: duplicate assignment * fix: warnings about signedness * fix: warnings about unused variables * fix: warnings about signedness and unused variables * build(deps): update blueprint to fix warnings * fix: signed types for loop checks in memref
- Loading branch information
Showing
9 changed files
with
60 additions
and
75 deletions.
There are no files selected for viewing
Submodule blueprint
updated
8 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.