VirtualBox

Changeset 85648 in vbox for trunk


Ignore:
Timestamp:
Aug 8, 2020 12:17:48 PM (4 years ago)
Author:
vboxsync
Message:

IPRT/openssl-pre.h: VS2010 complains that it doesn't know warning 5031 and cannot disable it. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/openssl-pre.h

    r85121 r85648  
    2929#if defined(_MSC_VER) && defined(__cplusplus)
    3030# pragma warning(push)
     31# if _MSC_VER >= 1700 /*RT_MSC_VER_VC120*/ /** @todo check this. 1600 (VS2010) doesn't know it and warns. */
    3132# pragma warning(disable:5031) /* warning C5031: #pragma warning(pop): likely mismatch, popping warning state pushed in different file */
     33# endif
    3234# if _MSC_VER >= 1900 /*RT_MSC_VER_VC140*/
    3335#  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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette