VirtualBox

Changeset 69038 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 11, 2017 3:23:35 PM (7 years ago)
Author:
vboxsync
Message:

Main/webservice: disable a recent gcc warning.
bugref:8192: gcc warnings

New versions of gcc (7.0 and later?) do not like integers used as booleans,
in this case SOAP_ERANGE. So disable the warning when building stdsoap2.cpp.

File:
1 edited

Legend:

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

    r66832 r69038  
    281281   $(VBOX_GSOAP_CXX_SOURCES)_CXXFLAGS = \
    282282        -Wno-format \
     283         $(VBOX_GCC_Wno-int-in-bool-context) \
    283284        $(if $(VBOX_GCC_Wlogical-op),-Wno-error=logical-op,)
    284285   # currently necessary when compiling against OpenSSL 1.0 due to a missing
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