Changeset 98128 in vbox for trunk/src/VBox/Main/webservice/Makefile.kmk
- Timestamp:
- Jan 19, 2023 2:02:24 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r98103 r98128 219 219 # disable -fvisibility=hidden as the SOAP stuff does not properly set the visibility attributes 220 220 TEMPLATE_VBOXWEBR3EXE = Webservices without -fvisibility 221 TEMPLATE_VBOXWEBR3EXE_EXTENDS = VB OXR3EXE222 TEMPLATE_VBOXWEBR3EXE_DEFS.win += WIN32_LEAN_AND_MEAN $(TEMPLATE_VB OXR3EXE_DEFS.win) # Makes the redefinition warnings go away.221 TEMPLATE_VBOXWEBR3EXE_EXTENDS = VBoxR3Exe 222 TEMPLATE_VBOXWEBR3EXE_DEFS.win += WIN32_LEAN_AND_MEAN $(TEMPLATE_VBoxR3Exe_DEFS.win) # Makes the redefinition warnings go away. 223 223 TEMPLATE_VBOXWEBR3EXE_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden),\ 224 $(TEMPLATE_VB OXR3EXE_CXXFLAGS))224 $(TEMPLATE_VBoxR3Exe_CXXFLAGS)) 225 225 ifn1of ($(KBUILD_TARGET), win) 226 226 TEMPLATE_VBOXWEBR3EXE_CXXFLAGS += $(VBOX_GCC_Wno-misleading-indentation) … … 231 231 # -wd5039: x509v3.h(883): warning C5039: 'OPENSSL_sk_set_cmp_func': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception. 232 232 # soapc-1.cpp(182) : warning C4883: 'soap_getelement': function size suppresses optimizations 233 TEMPLATE_VBOXWEBR3EXE_CXXFLAGS.win = $(TEMPLATE_VB OXR3EXE_CXXFLAGS.win) -wd4774 -wd4458 -wd4883 -wd5039233 TEMPLATE_VBOXWEBR3EXE_CXXFLAGS.win = $(TEMPLATE_VBoxR3Exe_CXXFLAGS.win) -wd4774 -wd4458 -wd4883 -wd5039 234 234 endif 235 235
Note:
See TracChangeset
for help on using the changeset viewer.