- Timestamp:
- Sep 7, 2016 8:49:06 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110530
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r63416 r63742 264 264 $(VBOXWEB_OUT_DIR)/gsoap_copy_all_ts 265 265 ifn1of ($(KBUILD_TARGET), win) 266 $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS = -Wno-format 266 $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS = \ 267 -Wno-format \ 268 $(if $(VBOX_GCC_Wlogical-op),-Wno-error=logical-op,) 267 269 # currently necessary when compiling against OpenSSL 1.0 due to a missing 268 270 # typecase from 'const v3_ext_method*' to 'aka v3_ext_method*'.
Note:
See TracChangeset
for help on using the changeset viewer.