Skip to content

Commit

Permalink
Moved -Wsign-conversion flag to the correct alphabetical position
Browse files Browse the repository at this point in the history
  • Loading branch information
Wmbat committed Dec 6, 2023
1 parent 803062e commit f28ab91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/CatchMiscFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function(add_warnings_to_targets targets)
"-Wreorder"
"-Wreturn-std-move"
"-Wshadow"
"-Wsign-conversion"
"-Wstrict-aliasing"
"-Wsuggest-destructor-override"
"-Wsuggest-override"
Expand Down

0 comments on commit f28ab91

Please sign in to comment.