Changeset 84411 in vbox for trunk/src/libs
- Timestamp:
- May 20, 2020 2:31:23 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138108
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.9.4/Makefile.kmk
r83765 r84411 37 37 VBox-libxml2_CFLAGS.win += -wd4005 # sdk\v7.1\include\sal_supp.h(57) : warning C4005: '__useHeader' : macro redefinition 38 38 endif 39 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC14 1"39 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140" 40 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 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'
Note:
See TracChangeset
for help on using the changeset viewer.