summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'Examples')
-rw-r--r--Examples/test-suite/cpp11_attribute_specifiers.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/test-suite/cpp11_attribute_specifiers.i b/Examples/test-suite/cpp11_attribute_specifiers.i
index b822d2ae9..f14c87b0d 100644
--- a/Examples/test-suite/cpp11_attribute_specifiers.i
+++ b/Examples/test-suite/cpp11_attribute_specifiers.i
@@ -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