mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-21 21:06:11 +01:00
Moved -Wsign-conversion flag to the correct alphabetical position
This commit is contained in:
parent
803062eb29
commit
f28ab91b60
@ -77,6 +77,7 @@ function(add_warnings_to_targets targets)
|
||||
"-Wreorder"
|
||||
"-Wreturn-std-move"
|
||||
"-Wshadow"
|
||||
"-Wsign-conversion"
|
||||
"-Wstrict-aliasing"
|
||||
"-Wsuggest-destructor-override"
|
||||
"-Wsuggest-override"
|
||||
|
Loading…
Reference in New Issue
Block a user