VirtualBox

Changeset 73750 in vbox for trunk/include


Ignore:
Timestamp:
Aug 18, 2018 12:43:19 AM (6 years ago)
Author:
vboxsync
Message:

iprt/win/windows.h: Workaround what appears to be a warning pop issue in VS2010. Triggers warnings (=errors) when using RT_FLEXIBLE_ARRAY in pem.h, if pem.h is included after windows.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/win/windows.h

    r70977 r73750  
    4848#ifdef _MSC_VER
    4949# pragma warning(pop)
     50/* VS2010: Something causes this to be re-enabled above and triggering errors using RT_FLEXIBLE_ARRAY. */
     51# pragma warning(disable:4200)
    5052#endif
    5153
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