- Timestamp:
- Jul 23, 2024 3:38:10 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.13.2/include/libxml/xmlexports.h
r105448 r105451 10 10 11 11 /** 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 */ 12 21 13 22 /* … … 153 162 #endif 154 163 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 155 172 #endif /* __XML_EXPORTS_H__ */ 156 173
Note:
See TracChangeset
for help on using the changeset viewer.