• Stephan Bergmann's avatar
    Enable -Wnon-virtual-dtor for GCC 4.6 · 6e67c03d
    Stephan Bergmann yazdı
    ...which has the necessary features to support it.
    
    Change a lot of classes to either contain a protected non-virtual dtor
    (which is backwards compatible, so even works for cppumaker-generated
    UNO headers) or a public virtual one.
    
    cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
    the relevant class has a non-virtual dtor but friends, which would still
    cause GCC to warn.
    
    Includes a patch for libcmis, intended to be upstreamed.
    6e67c03d
Adı
Son kayıt (commit)
Son güncelleme
..
inc/unotest Loading commit data...
prj Loading commit data...
source Loading commit data...
Jar_test-tools.mk Loading commit data...
Jar_test.mk Loading commit data...
Library_unoexceptionprotector.mk Loading commit data...
Library_unotest.mk Loading commit data...
Makefile Loading commit data...
Module_unotest.mk Loading commit data...
Package_inc.mk Loading commit data...