CMakeLists.txt: Set DISABLE_WERROR to TRUE by default.
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 19 Aug 2018 15:36:04 +0000 (17:36 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 19 Aug 2018 15:39:27 +0000 (17:39 +0200)
There's various compile problems that can result from building with
-Werror on by default, which are outside of our control (e.g. that need
to be fixed in external libraries), for example #1144 or 1145.


No differences found