Changeset 64017 in vbox
- Timestamp:
- Sep 26, 2016 4:17:12 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 110934
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r64014 r64017 269 269 vboxsoap_CXXFLAGS += \ 270 270 $(VBOX_GCC_Wno-vla) \ 271 $(if-expr $(KBUILD_TARGET) == "win",,-Wno-format) 271 $(if-expr $(KBUILD_TARGET) == "win",,-Wno-format) \ 272 $(if-expr $(KBUILD_TARGET) == "win",,-Wno-deprecated-declarations) 272 273 endif 273 274 vboxsoap_CLEAN := $(vboxsoap_SOURCES) # lazy bird -
trunk/src/VBox/Runtime/Makefile.kmk
r63983 r64017 1498 1498 common/checksum/crc32-zlib.cpp \ 1499 1499 common/misc/aiomgr.cpp 1500 ifneq ($(KBUILD_TARGET),win) 1501 VBox/VBoxRTDeps.cpp_CXXFLAGS = -Wno-deprecated-declarations 1502 endif 1500 1503 ifdef VBOX_WITH_LIBCURL 1501 1504 VBoxRT_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.