Changeset 64014 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Sep 26, 2016 2:46:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r64013 r64014 269 269 vboxsoap_CXXFLAGS += \ 270 270 $(VBOX_GCC_Wno-vla) \ 271 -Wno-format271 $(if-expr $(KBUILD_TARGET) == "win",,-Wno-format) 272 272 endif 273 273 vboxsoap_CLEAN := $(vboxsoap_SOURCES) # lazy bird
Note:
See TracChangeset
for help on using the changeset viewer.