forked from catchorg/Catch2
Update catch_compiler_capabilities.hpp
This commit is contained in:
committed by
Martin Hořeňovský
parent
faffc29253
commit
4b2bc8757c
@ -57,7 +57,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(__clang__)
|
||||
#if defined(__clang__) && !defined(_MSC_VER)
|
||||
|
||||
# define CATCH_INTERNAL_START_WARNINGS_SUPPRESSION _Pragma( "clang diagnostic push" )
|
||||
# define CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION _Pragma( "clang diagnostic pop" )
|
||||
|
Reference in New Issue
Block a user