Changeset 84411 in vbox for trunk/src/VBox/Main/webservice/Makefile.kmk
- Timestamp:
- May 20, 2020 2:31:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r83889 r84411 216 216 TEMPLATE_VBOXWEBR3EXE_CXXFLAGS += $(VBOX_GCC_Wno-misleading-indentation) 217 217 endif 218 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC14 1"218 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140" 219 219 # -wd4774: string(532): warning C4774: 'sprintf_s' : format string expected in argument 3 is not a string literal 220 220 # -wd4458: stdsoap2.h(2644): warning C4458: declaration of 'type' hides class member … … 339 339 $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS.win += -wd4756 # v2.8.36/stdsoap2.cpp(14008) : warning C4756: overflow in constant arithmetic 340 340 endif 341 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC14 1"341 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140" 342 342 $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS.win += -wd4456 # stdsoap2.cpp(3127): warning C4456: declaration of 'i' hides previous local declaration 343 343 endif … … 386 386 . 387 387 vboxwebsrv_CXXFLAGS.win += -bigobj 388 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC14 1"388 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140" 389 389 vboxwebsrv_CXXFLAGS.win += -wd4774 # string(532): warning C4774: 'sprintf_s' : format string expected in argument 3 is not a string literal 390 390 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.