VirtualBox

Changeset 83889 in vbox for trunk


Ignore:
Timestamp:
Apr 21, 2020 12:14:20 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137418
Message:

webservice/Makefile.kmk: VC++ 14.1 release build adjuments. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r83817 r83889  
    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
    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
    222223endif
    223224
Note: See TracChangeset for help on using the changeset viewer.

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