VirtualBox

Changeset 64017 in vbox


Ignore:
Timestamp:
Sep 26, 2016 4:17:12 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110934
Message:

Runtime/Main/webservice: don't warn about deprecated function declarations as long as gsoap isn't properly fixed

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r64014 r64017  
    269269  vboxsoap_CXXFLAGS += \
    270270        $(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)
    272273  endif
    273274  vboxsoap_CLEAN := $(vboxsoap_SOURCES) # lazy bird
  • trunk/src/VBox/Runtime/Makefile.kmk

    r63983 r64017  
    14981498        common/checksum/crc32-zlib.cpp \
    14991499        common/misc/aiomgr.cpp
     1500ifneq ($(KBUILD_TARGET),win)
     1501VBox/VBoxRTDeps.cpp_CXXFLAGS = -Wno-deprecated-declarations
     1502endif
    15001503ifdef VBOX_WITH_LIBCURL
    15011504 VBoxRT_SOURCES               += \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette