Changeset 83765 in vbox
- Timestamp:
- Apr 17, 2020 3:27:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.9.4/Makefile.kmk
r74653 r83765 32 32 VBox-libxml2_CFLAGS.win += -wd4305 # 'type cast' : truncation from 'xmlChar *' to 'long' 33 33 VBox-libxml2_CFLAGS.win += -wd4306 # 'type cast' : conversion from 'long' to 'void *' of greater size [TODO: check these out?] 34 if 1of ($(VBOX_VCC_TOOL_STEM), VCC120)34 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC120" 35 35 VBox-libxml2_CFLAGS.win += -wd4311 # parser.c(1346) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'long' 36 36 VBox-libxml2_CFLAGS.win += -wd4312 # parser.c(1327) : warning C4312: 'type cast' : conversion from 'long' to 'void *' of greater size 37 37 VBox-libxml2_CFLAGS.win += -wd4005 # sdk\v7.1\include\sal_supp.h(57) : warning C4005: '__useHeader' : macro redefinition 38 endif 39 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC141" 40 VBox-libxml2_CFLAGS.win += -wd4777 # timsort.h(326): warning C4777: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'unsigned int' 41 VBox-libxml2_CFLAGS.win += -wd4477 # timsort.h(326): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t' 38 42 endif 39 43 ifn1of ($(KBUILD_TARGET), win)
Note:
See TracChangeset
for help on using the changeset viewer.