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 eb115ed commit 249b5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/CatchMiscFunctions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function(add_warnings_to_targets targets)
"-Wcall-to-pure-virtual-from-ctor-dtor"
"-Wcast-align"
"-Wcatch-value"
"-Wsign-conversion"
"-Wdangling"
"-Wdeprecated"
"-Wdeprecated-register"
Expand Down Expand Up @@ -78,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 249b5f5

Please sign in to comment.