Changeset 98395 in vbox for trunk/src/libs/libxml2-2.9.14
- Timestamp:
- Feb 1, 2023 2:37:00 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.9.14/Makefile.kmk
r98255 r98395 36 36 VBox-libxml2_DEFS = _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h. 37 37 VBox-libxml2_DEFS.win = WIN32 _WINDOWS _MBCS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE \ 38 38 LIBXML_STATIC LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_COMPILER_TLS HAVE_ZLIB_H 39 39 VBox-libxml2_CFLAGS.win.amd64 = -wd4267 40 40 VBox-libxml2_CFLAGS.win += -wd4701 # potentially uninitialized local variable 'l' used
Note:
See TracChangeset
for help on using the changeset viewer.