We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb115ed commit 249b5f5Copy full SHA for 249b5f5
CMake/CatchMiscFunctions.cmake
@@ -49,7 +49,6 @@ function(add_warnings_to_targets targets)
49
"-Wcall-to-pure-virtual-from-ctor-dtor"
50
"-Wcast-align"
51
"-Wcatch-value"
52
- "-Wsign-conversion"
53
"-Wdangling"
54
"-Wdeprecated"
55
"-Wdeprecated-register"
@@ -78,6 +77,7 @@ function(add_warnings_to_targets targets)
78
77
"-Wreorder"
79
"-Wreturn-std-move"
80
"-Wshadow"
+ "-Wsign-conversion"
81
"-Wstrict-aliasing"
82
"-Wsuggest-destructor-override"
83
"-Wsuggest-override"
0 commit comments