- Timestamp:
- May 20, 2020 2:31:23 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/3D/win/VBoxGL/Makefile.kmk
r83832 r84411 28 28 # -wd4005: '__useHeader' : redefinition 29 29 VBoxGL_CFLAGS := -wd4005 30 if "$(VBOX_NEWER_VCC_TOOL_STEM)" >= "VCC14 1"30 if "$(VBOX_NEWER_VCC_TOOL_STEM)" >= "VCC140" 31 31 # -wd4204: nonstandard extension used: non-constant aggregate initializer 32 32 # -wd4459: stw_device.h(102): warning C4459: declaration of 'stw_dev' hides global declaration -
trunk/src/VBox/Devices/Makefile.kmk
r83941 r84411 1482 1482 TEMPLATE_VBoxSVGA3D_EXTENDS := $(if-expr "$(KBUILD_TARGET)" == "darwin" && !defined(VBOX_WITH_NEW_XCODE),VBoxR3DllOsX107,VBOXR3) 1483 1483 TEMPLATE_VBoxSVGA3D_CFLAGS = $(filter-out -pedantic -Wstrict-prototypes,$(TEMPLATE_$(TEMPLATE_VBoxSVGA3D_EXTENDS)_CFLAGS)) 1484 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC14 1"1484 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140" 1485 1485 # -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' 1486 1486 TEMPLATE_VBoxSVGA3D_CFLAGS.win = $(TEMPLATE_$(TEMPLATE_VBoxSVGA3D_EXTENDS)_CFLAGS.win) \ -
trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
r83810 r84411 65 65 TEMPLATE_VBoxR3ExtPackDTrace_INST = $(INST_EXTPACK_VBOXDTRACE)$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/ 66 66 TEMPLATE_VBoxR3ExtPackDTrace_DEFS = $(TEMPLATE_VBoxR3ExtPack_DEFS) VBOX_IN_DTRACE_EXTPACK 67 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC14 1"67 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140" 68 68 # -wd4456: declaration of 'rval' hides previous local declaration 69 69 # -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 29 29 #endif 30 30 31 #if defined(RT_OS_WINDOWS) && !RT_MSC_PREREQ(RT_MSC_VER_VC14 1)31 #if defined(RT_OS_WINDOWS) && !RT_MSC_PREREQ(RT_MSC_VER_VC140) 32 32 [threading(free)] 33 33 #endif -
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 -
trunk/src/libs/libxml2-2.9.4/Makefile.kmk
r83765 r84411 37 37 VBox-libxml2_CFLAGS.win += -wd4005 # sdk\v7.1\include\sal_supp.h(57) : warning C4005: '__useHeader' : macro redefinition 38 38 endif 39 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC14 1"39 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140" 40 40 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' 41 41 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.