forked from catchorg/Catch2
Use -Wextra-semi instead of -Wextra-semi-stmt for stricter warnings
This commit is contained in:
@ -45,7 +45,7 @@ function(add_warnings_to_targets targets)
|
||||
"-Wglobal-constructors"
|
||||
"-Wmissing-noreturn"
|
||||
"-Wparentheses"
|
||||
"-Wextra-semi-stmt"
|
||||
"-Wextra-semi"
|
||||
"-Wunreachable-code"
|
||||
"-Wstrict-aliasing"
|
||||
"-Wreturn-std-move"
|
||||
|
Reference in New Issue
Block a user