VirtualBox

Changeset 74281 in vbox


Ignore:
Timestamp:
Sep 14, 2018 6:46:34 PM (6 years ago)
Author:
vboxsync
Message:

Config.kmk/VBOXMAIN: Try kill the 'has virtual function but non-virtual destructure' warning with ancient gcc compilers. bugref:9152

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r74278 r74281  
    57175717        -fshort-wchar -fpermissive -fexceptions -frtti $(VBOX_GCC_OPT) $(VBOX_GCC_FP) -fno-strict-aliasing \
    57185718        $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_std) $(VBOX_GCC_IPRT_FMT_CHECK)
     5719 if !defined("VBOX_GCC_Wno-delete-non-virtual-dtor") && defined("VBOX_GCC_Wno-non-virtual-dtor")
     5720  TEMPLATE_VBOXMAINEXE_CXXFLAGS         += $(VBOX_GCC_Wno-non-virtual-dtor)
     5721 endif
    57195722 ifdef VBOX_WITH_NO_GCC_WARNING_POLICY
    57205723  TEMPLATE_VBOXMAINEXE_CXXFLAGS         += $(VBOX_GCC_WERR)
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