MSVC 2015 error C2220: warning treated as error

2017-02-19 Thread David Ostrovsky
On Sun Feb 19 19:19:12 UTC 2017 Luke Benes wrote: > I'm getting the following build error: > >[build CXX] sax/source/fastparser/legacyfastparser.cxx >c:\core\sax\source\fastparser\fastparser.cxx(983) : error C2220: >warning treated as error - no 'object' file generated This was fixed already and

MSVC 2015 error C2220: warning treated as error

2017-02-19 Thread Luke Benes
While tracking down the source of the Win 10 SDK issue, I discovered another issue with MSVC 2015. After https://cgit.freedesktop.org/libreoffice/core/commit/?id=ed4b23548d28941f9b2c75207832afcb6c6ad0b3 I'm getting the following build error: [build CXX] sax/source/fastparser/legacyfastparser.