VirtualBox

Changeset 84411 in vbox for trunk/src


Ignore:
Timestamp:
May 20, 2020 2:31:23 PM (5 years ago)
Author:
vboxsync
Message:

*.kmk: VC++ 14.0 adjustments (just follow where 14.1 leads). bugref:8489

Location:
trunk/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/3D/win/VBoxGL/Makefile.kmk

    r83832 r84411  
    2828# -wd4005: '__useHeader' : redefinition
    2929VBoxGL_CFLAGS  := -wd4005
    30 if "$(VBOX_NEWER_VCC_TOOL_STEM)" >= "VCC141"
     30if "$(VBOX_NEWER_VCC_TOOL_STEM)" >= "VCC140"
    3131# -wd4204: nonstandard extension used: non-constant aggregate initializer
    3232# -wd4459: stw_device.h(102): warning C4459: declaration of 'stw_dev' hides global declaration
  • trunk/src/VBox/Devices/Makefile.kmk

    r83941 r84411  
    14821482 TEMPLATE_VBoxSVGA3D_EXTENDS := $(if-expr "$(KBUILD_TARGET)" == "darwin" && !defined(VBOX_WITH_NEW_XCODE),VBoxR3DllOsX107,VBOXR3)
    14831483 TEMPLATE_VBoxSVGA3D_CFLAGS      = $(filter-out -pedantic -Wstrict-prototypes,$(TEMPLATE_$(TEMPLATE_VBoxSVGA3D_EXTENDS)_CFLAGS))
    1484  if "$(VBOX_VCC_TOOL_STEM)" >= "VCC141"
     1484 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
    14851485  # -wd4777: glsl_shader.c(1542): warning C4777: 'sprintf' : format string '%u' requires an argument of type 'unsigned int', but variadic argument 2 has type 'DWORD'
    14861486  TEMPLATE_VBoxSVGA3D_CFLAGS.win = $(TEMPLATE_$(TEMPLATE_VBoxSVGA3D_EXTENDS)_CFLAGS.win) \
  • trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk

    r83810 r84411  
    6565 TEMPLATE_VBoxR3ExtPackDTrace_INST = $(INST_EXTPACK_VBOXDTRACE)$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/
    6666 TEMPLATE_VBoxR3ExtPackDTrace_DEFS = $(TEMPLATE_VBoxR3ExtPack_DEFS) VBOX_IN_DTRACE_EXTPACK
    67  if "$(VBOX_VCC_TOOL_STEM)" >= "VCC141"
     67 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
    6868  # -wd4456: declaration of 'rval' hides previous local declaration
    6969  # -wd4477: 'fprintf' : format string '%02lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'ulong_t'
  • trunk/src/VBox/Main/include/SessionImpl.h

    r83788 r84411  
    2929#endif
    3030
    31 #if defined(RT_OS_WINDOWS) && !RT_MSC_PREREQ(RT_MSC_VER_VC141)
     31#if defined(RT_OS_WINDOWS) && !RT_MSC_PREREQ(RT_MSC_VER_VC140)
    3232[threading(free)]
    3333#endif
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r83889 r84411  
    216216TEMPLATE_VBOXWEBR3EXE_CXXFLAGS += $(VBOX_GCC_Wno-misleading-indentation)
    217217endif
    218 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC141"
     218if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
    219219 # -wd4774: string(532): warning C4774: 'sprintf_s' : format string expected in argument 3 is not a string literal
    220220 # -wd4458: stdsoap2.h(2644): warning C4458: declaration of 'type' hides class member
     
    339339    $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS.win += -wd4756 # v2.8.36/stdsoap2.cpp(14008) : warning C4756: overflow in constant arithmetic
    340340   endif
    341    if "$(VBOX_VCC_TOOL_STEM)" >= "VCC141"
     341   if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
    342342    $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS.win += -wd4456 # stdsoap2.cpp(3127): warning C4456: declaration of 'i' hides previous local declaration
    343343   endif
     
    386386        .
    387387 vboxwebsrv_CXXFLAGS.win += -bigobj
    388  if "$(VBOX_VCC_TOOL_STEM)" >= "VCC141"
     388 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
    389389  vboxwebsrv_CXXFLAGS.win += -wd4774 # string(532): warning C4774: 'sprintf_s' : format string expected in argument 3 is not a string literal
    390390  vboxwebsrv_CXXFLAGS.win += -wd4458 # stdsoap2.h(2644): warning C4458: declaration of 'type' hides class member
  • trunk/src/libs/libxml2-2.9.4/Makefile.kmk

    r83765 r84411  
    3737 VBox-libxml2_CFLAGS.win   += -wd4005 # sdk\v7.1\include\sal_supp.h(57) : warning C4005: '__useHeader' : macro redefinition
    3838endif
    39 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC141"
     39if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
    4040 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'
    4141 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.

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