Changeset 106512 in vbox for trunk/src/VBox/Main/webservice/Makefile.kmk
- Timestamp:
- Oct 20, 2024 1:54:31 AM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 165344
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk ¶
r106065 r106512 236 236 TEMPLATE_VBoxWebR3Exe_CXXFLAGS.win = $(TEMPLATE_VBoxR3Exe_CXXFLAGS.win) -wd4774 -wd4458 -wd4883 -wd5039 237 237 endif 238 238 if "$(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 241 endif 239 242 240 243 ifdef VBOX_GSOAP_INSTALLED
Note:
See TracChangeset
for help on using the changeset viewer.