mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Use -Wextra-semi instead of -Wextra-semi-stmt for stricter warnings
This commit is contained in:
parent
9ac9fb164e
commit
432d03d1aa
@ -45,7 +45,7 @@ function(add_warnings_to_targets targets)
|
|||||||
"-Wglobal-constructors"
|
"-Wglobal-constructors"
|
||||||
"-Wmissing-noreturn"
|
"-Wmissing-noreturn"
|
||||||
"-Wparentheses"
|
"-Wparentheses"
|
||||||
"-Wextra-semi-stmt"
|
"-Wextra-semi"
|
||||||
"-Wunreachable-code"
|
"-Wunreachable-code"
|
||||||
"-Wstrict-aliasing"
|
"-Wstrict-aliasing"
|
||||||
"-Wreturn-std-move"
|
"-Wreturn-std-move"
|
||||||
|
Loading…
Reference in New Issue
Block a user