• Stephan Bergmann's avatar
    -Werror=terminate (GCC 6) · 21f98618
    Stephan Bergmann yazdı
    ...when throwing an exception from implicitly noexcept ~GErrorWrapper.  So make
    ~GErrorWrapper noexcept(false) and see that no code executed while a
    GErrorWrapper instance is active on the stack would throw an exception.  But the
    design of GErrorWrapper, to throw an exception from a dtor, is very brittle and
    should be fixed.
    
    Change-Id: Ib04ff2b0497c160dc7ee44c3354fa9619285ec88
    21f98618
SyncDbusSessionHelper.cxx 6.86 KB