VirtualBox

Changeset 105451 in vbox for trunk


Ignore:
Timestamp:
Jul 23, 2024 3:38:10 PM (6 months ago)
Author:
vboxsync
Message:

libxml2-2.13.2: builds and runs on Windows. ​bugref:10730

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libxml2-2.13.2/include/libxml/xmlexports.h

    r105448 r105451  
    1010
    1111/** DOC_DISABLE */
     12
     13/* VirtualBox: start - prevent warnings about undefined __GNUC__ */
     14#ifndef __GNUC__
     15# ifdef _MSC_VER
     16#  pragma warning(push)
     17#  pragma warning(disable: 4668)
     18# endif
     19#endif
     20/* VirtualBox: end */
    1221
    1322/*
     
    153162#endif
    154163
     164/* VirtualBox: start - restore warning state */
     165#ifndef __GNUC__
     166# ifdef _MSC_VER
     167#  pragma warning(pop)
     168# endif
     169#endif
     170/* VirtualBox: end */
     171
    155172#endif /* __XML_EXPORTS_H__ */
    156173
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