cpp11_attribute_specifiers testcase warning suppression

This commit is contained in:
William S Fulton 2022-10-25 19:05:26 +01:00
commit ed09dd948f

View file

@ -19,6 +19,7 @@
#if defined(_MSC_VER)
#pragma warning(disable : 4996) // For the deprecated attributes in this testcase
#pragma warning(disable : 5030) // attribute is not recognized ('likely' and 'unlikely')
#endif