--===============7598141163350256140== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/130138/ ----------------------------------------------------------- (Updated June 1, 2017, 1:27 p.m.) Status ------ This change has been discarded. Review request for KDE Frameworks and Martin Tobias Holmedahl Sandsmark. Repository: sonnet Description ------- Apparently, exceptions are disabled when building *.mm files. The alternative would be to set target_compile_options(sonnet_nsspellchecker PRIVATE "-fexceptions") in order to force exception to be on for *.mm files. However, since exceptions aren't used in the code, let's just build without. Diffs ----- src/plugins/nsspellchecker/CMakeLists.txt f8c99d1ea080b1e28f60c57f8f588ed059c96711 Diff: https://git.reviewboard.kde.org/r/130138/diff/ Testing ------- Thanks, Harald Fernengel --===============7598141163350256140== MIME-Version: 1.0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit
This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/130138/

This change has been discarded.


Review request for KDE Frameworks and Martin Tobias Holmedahl Sandsmark.
By Harald Fernengel.

Updated June 1, 2017, 1:27 p.m.

Repository: sonnet

Description

Apparently, exceptions are disabled when building *.mm files.
The alternative would be to set

target_compile_options(sonnet_nsspellchecker PRIVATE "-fexceptions")

in order to force exception to be on for *.mm files. However, since
exceptions aren't used in the code, let's just build without.

Diffs

  • src/plugins/nsspellchecker/CMakeLists.txt (f8c99d1ea080b1e28f60c57f8f588ed059c96711)

View Diff

--===============7598141163350256140==--