Update catch_compiler_capabilities.hpp

This commit is contained in:
Michael Vlach 2020-10-10 10:19:34 +02:00 committed by Martin Hořeňovský
parent faffc29253
commit 4b2bc8757c
1 changed files with 1 additions and 1 deletions

View File

@ -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" )