VirtualBox

Changeset 63312 in vbox


Ignore:
Timestamp:
Aug 11, 2016 12:25:55 AM (8 years ago)
Author:
vboxsync
Message:

libs: disabled MSC warnings per library

Location:
trunk/src/libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libpng-1.2.54/Makefile.kmk

    r63114 r63312  
    2222VBox-libpng_TEMPLATE = VBoxR3DllNonPedantic
    2323VBox-libpng_SDKS = VBOX_ZLIB
     24VBox-libpng_CFLAGS.win = -wd4310 # pngrutil.c(1268) : warning C4310: cast truncates constant value
    2425VBox-libpng_SOURCES = \
    2526        png.c \
  • trunk/src/libs/libxml2-2.9.2/Makefile.kmk

    r63116 r63312  
    2828                              LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_ZLIB_H
    2929VBox-libxml2_CFLAGS.win.amd64 = -wd4267
     30VBox-libxml2_CFLAGS.win    += -wd4701 # potentially uninitialized local variable 'l' used
     31VBox-libxml2_CFLAGS.win    += -wd4232 # nonstandard extension used : 'xmlFree' : address of dllimport 'free' is not static, identity not guaranteed
     32VBox-libxml2_CFLAGS.win    += -wd4305 # 'type cast' : truncation from 'xmlChar *' to 'long'
     33VBox-libxml2_CFLAGS.win    += -wd4306 # 'type cast' : conversion from 'long' to 'void *' of greater size [TODO: check these out?]
    3034ifn1of ($(KBUILD_TARGET), win)
    3135 VBox-libxml2_CFLAGS        = -Wno-format-security -Wno-strict-prototypes
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette