- Timestamp:
- Apr 21, 2020 12:14:20 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137418
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r83817 r83889 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 221 TEMPLATE_VBOXWEBR3EXE_CXXFLAGS.win = $(TEMPLATE_VBOXR3EXE_CXXFLAGS.win) -wd4774 -wd4458 221 # soapc-1.cpp(182) : warning C4883: 'soap_getelement': function size suppresses optimizations 222 TEMPLATE_VBOXWEBR3EXE_CXXFLAGS.win = $(TEMPLATE_VBOXR3EXE_CXXFLAGS.win) -wd4774 -wd4458 -wd4883 222 223 endif 223 224
Note:
See TracChangeset
for help on using the changeset viewer.