mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-25 09:11:58 -05:00
Also add suppression for noexcept tests
This commit is contained in:
parent
502fa7625f
commit
c9c27e39d5
@ -245,6 +245,12 @@ else()
|
||||
-Wno-missing-prototypes
|
||||
-Wno-unknown-attributes
|
||||
-Wno-weak-vtables
|
||||
$<$<BOOL:${CMAKE_CXX_STANDARD}>:
|
||||
$<$<EQUAL:${CMAKE_CXX_STANDARD},20>:
|
||||
-Wzero-as-null-pointer-constant- # Very noisy, minor, and just so
|
||||
-Wsign-conversion- # happens to trigger on googletest
|
||||
>
|
||||
>
|
||||
>
|
||||
$<$<CXX_COMPILER_ID:GNU>:
|
||||
-Wdouble-promotion # float implicit to double
|
||||
|
Loading…
Reference in New Issue
Block a user