cpp11_attribute_specifiers testcase warning suppression
This commit is contained in:
parent
fe2d781b42
commit
ed09dd948f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue