draft of nttp support
added _SIG macros
This commit is contained in:
parent
edfac75347
commit
0c39409da7
5 changed files with 241 additions and 111 deletions
|
@ -48,7 +48,8 @@
|
|||
# define CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS \
|
||||
_Pragma( "clang diagnostic push" ) \
|
||||
_Pragma( "clang diagnostic ignored \"-Wexit-time-destructors\"" ) \
|
||||
_Pragma( "clang diagnostic ignored \"-Wglobal-constructors\"")
|
||||
_Pragma( "clang diagnostic ignored \"-Wglobal-constructors\"")\
|
||||
_Pragma( "clang diagnostic ignored \"-Wgnu-zero-variadic-macro-arguments\"")
|
||||
# define CATCH_INTERNAL_UNSUPPRESS_GLOBALS_WARNINGS \
|
||||
_Pragma( "clang diagnostic pop" )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue