Changeset 63742 in vbox
- Timestamp:
- Sep 7, 2016 8:49:06 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/webservice/Makefile.kmk (modified) (1 diff)
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.

