Skip to content

Commit f28ab91

Browse files
committed
Moved -Wsign-conversion flag to the correct alphabetical position
1 parent 803062e commit f28ab91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMake/CatchMiscFunctions.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function(add_warnings_to_targets targets)
7777
"-Wreorder"
7878
"-Wreturn-std-move"
7979
"-Wshadow"
80+
"-Wsign-conversion"
8081
"-Wstrict-aliasing"
8182
"-Wsuggest-destructor-override"
8283
"-Wsuggest-override"

0 commit comments

Comments
 (0)