Changeset 95241 in vbox
- Timestamp:
- Jun 9, 2022 10:46:18 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151776
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.9.14/Makefile.kmk
r95240 r95241 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' 42 VBox-libxml2_CFLAGS.win += -wd4723 # xpath.c(505) : warning C4723: potential divide by 0 42 43 endif 43 44 ifn1of ($(KBUILD_TARGET), win)
Note:
See TracChangeset
for help on using the changeset viewer.