mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Add some extra warnings
This commit is contained in:
parent
4c1cf4aa67
commit
c410e2596c
@ -46,6 +46,7 @@ function(add_warnings_to_targets targets)
|
|||||||
"-Wabsolute-value"
|
"-Wabsolute-value"
|
||||||
"-Wall"
|
"-Wall"
|
||||||
"-Wcall-to-pure-virtual-from-ctor-dtor"
|
"-Wcall-to-pure-virtual-from-ctor-dtor"
|
||||||
|
"-Wcast-align"
|
||||||
"-Wcatch-value"
|
"-Wcatch-value"
|
||||||
"-Wdeprecated"
|
"-Wdeprecated"
|
||||||
"-Wdeprecated-register"
|
"-Wdeprecated-register"
|
||||||
@ -60,12 +61,14 @@ function(add_warnings_to_targets targets)
|
|||||||
"-Wold-style-cast"
|
"-Wold-style-cast"
|
||||||
"-Wparentheses"
|
"-Wparentheses"
|
||||||
"-Wpedantic"
|
"-Wpedantic"
|
||||||
|
"-Wreorder"
|
||||||
"-Wreturn-std-move"
|
"-Wreturn-std-move"
|
||||||
"-Wshadow"
|
"-Wshadow"
|
||||||
"-Wstrict-aliasing"
|
"-Wstrict-aliasing"
|
||||||
"-Wsuggest-override"
|
"-Wsuggest-override"
|
||||||
"-Wundef"
|
"-Wundef"
|
||||||
"-Wunreachable-code"
|
"-Wunreachable-code"
|
||||||
|
"-Wunused"
|
||||||
"-Wunused-function"
|
"-Wunused-function"
|
||||||
"-Wunused-parameter"
|
"-Wunused-parameter"
|
||||||
"-Wvla"
|
"-Wvla"
|
||||||
|
Loading…
Reference in New Issue
Block a user