VirtualBox

Ignore:
Timestamp:
Oct 20, 2024 1:54:31 AM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165344
Message:

webservice/Makefile.kmk: Shut up C5267 to make the generated code compile with VC 2022. jiraref:1171

File:
1 edited

Legend:

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

    r106065 r106512  
    236236 TEMPLATE_VBoxWebR3Exe_CXXFLAGS.win = $(TEMPLATE_VBoxR3Exe_CXXFLAGS.win) -wd4774 -wd4458 -wd4883 -wd5039
    237237endif
    238 
     238if "$(VBOX_VCC_TOOL_STEM)" >= "VCC143"
     239 # -wd5267: soapStub.h(8118): warning C5267: definition of implicit assignment operator for 'vbox__IPCIDeviceAttachment' is deprecated because it has a user-provided destructor
     240 TEMPLATE_VBoxWebR3Exe_CXXFLAGS.win += -wd5267
     241endif
    239242
    240243ifdef VBOX_GSOAP_INSTALLED
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