Changeset 63312 in vbox
- Timestamp:
- Aug 11, 2016 12:25:55 AM (8 years ago)
- Location:
- trunk/src/libs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libpng-1.2.54/Makefile.kmk
r63114 r63312 22 22 VBox-libpng_TEMPLATE = VBoxR3DllNonPedantic 23 23 VBox-libpng_SDKS = VBOX_ZLIB 24 VBox-libpng_CFLAGS.win = -wd4310 # pngrutil.c(1268) : warning C4310: cast truncates constant value 24 25 VBox-libpng_SOURCES = \ 25 26 png.c \ -
trunk/src/libs/libxml2-2.9.2/Makefile.kmk
r63116 r63312 28 28 LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_ZLIB_H 29 29 VBox-libxml2_CFLAGS.win.amd64 = -wd4267 30 VBox-libxml2_CFLAGS.win += -wd4701 # potentially uninitialized local variable 'l' used 31 VBox-libxml2_CFLAGS.win += -wd4232 # nonstandard extension used : 'xmlFree' : address of dllimport 'free' is not static, identity not guaranteed 32 VBox-libxml2_CFLAGS.win += -wd4305 # 'type cast' : truncation from 'xmlChar *' to 'long' 33 VBox-libxml2_CFLAGS.win += -wd4306 # 'type cast' : conversion from 'long' to 'void *' of greater size [TODO: check these out?] 30 34 ifn1of ($(KBUILD_TARGET), win) 31 35 VBox-libxml2_CFLAGS = -Wno-format-security -Wno-strict-prototypes
Note:
See TracChangeset
for help on using the changeset viewer.