Files
libreoffice/shell/source/sessioninstall
Stephan Bergmann 21f98618d8 -Werror=terminate (GCC 6)
...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
2016-01-19 10:37:55 +01:00
..