Skip to content

Commit 249b5f5

Browse files
committed
Moved -Wsign-conversion flag to the correct alphabetical position
1 parent eb115ed commit 249b5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/CatchMiscFunctions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function(add_warnings_to_targets targets)
4949
"-Wcall-to-pure-virtual-from-ctor-dtor"
5050
"-Wcast-align"
5151
"-Wcatch-value"
52-
"-Wsign-conversion"
5352
"-Wdangling"
5453
"-Wdeprecated"
5554
"-Wdeprecated-register"
@@ -78,6 +77,7 @@ function(add_warnings_to_targets targets)
7877
"-Wreorder"
7978
"-Wreturn-std-move"
8079
"-Wshadow"
80+
"-Wsign-conversion"
8181
"-Wstrict-aliasing"
8282
"-Wsuggest-destructor-override"
8383
"-Wsuggest-override"

0 commit comments

Comments
 (0)