-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set all currently-clean GCC warnings to promoted
I looped over a (theoretically) complete list of warnings that are supported by GCC 10 and checked which of them do not occur anywhere in Trilinos (non-deprecated packages only). Promote all clean warnings to have the cleanest compile output currently possible and prevent introducing any of these warnings in the future. Also remove all options related to the promoted warnings that were previously passed in `config-specs.ini`, since we want to Build The Way Everybody Does. Signed-off-by: Samuel E. Browne <[email protected]>
- Loading branch information
Showing
3 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
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