VirtualBox

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
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