Changeset 85651 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 8, 2020 2:09:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/openssl-pre.h
r85648 r85651 29 29 #if defined(_MSC_VER) && defined(__cplusplus) 30 30 # pragma warning(push) 31 # pragma warning(disable:4668) /* openssl-1.1.0e-x86\include\openssl/opensslconf.h(104) : warning C4668: '__GNUC__' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */ 31 32 # if _MSC_VER >= 1700 /*RT_MSC_VER_VC120*/ /** @todo check this. 1600 (VS2010) doesn't know it and warns. */ 32 33 # pragma warning(disable:5031) /* warning C5031: #pragma warning(pop): likely mismatch, popping warning state pushed in different file */
Note:
See TracChangeset
for help on using the changeset viewer.