Suppress Wunreachable-code in floating matchers and exception tests
Closes #1350
This commit is contained in:
parent
646e1f608d
commit
ee73989f9b
2 changed files with 11 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wweak-vtables"
|
||||
#pragma clang diagnostic ignored "-Wmissing-noreturn"
|
||||
#pragma clang diagnostic ignored "-Wunreachable-code"
|
||||
#endif
|
||||
|
||||
namespace { namespace ExceptionTests {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue