- Timestamp:
- Aug 8, 2020 12:17:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/openssl-pre.h
r85121 r85648 29 29 #if defined(_MSC_VER) && defined(__cplusplus) 30 30 # pragma warning(push) 31 # if _MSC_VER >= 1700 /*RT_MSC_VER_VC120*/ /** @todo check this. 1600 (VS2010) doesn't know it and warns. */ 31 32 # pragma warning(disable:5031) /* warning C5031: #pragma warning(pop): likely mismatch, popping warning state pushed in different file */ 33 # endif 32 34 # if _MSC_VER >= 1900 /*RT_MSC_VER_VC140*/ 33 35 # pragma warning(disable:5039) /* Passing callbacks that may throw C++ exception to nothrowing extern "C" functions. */
Note:
See TracChangeset
for help on using the changeset viewer.