Re: [Development] status of exception handling on windows and mdvc compiler

2015-08-07 Thread Gunnar Roth
Hi Jörg. > Am 07.08.2015 um 23:33 schrieb Joerg Bornemann > : > > On 07-Aug-15 15:30, Gunnar Roth wrote: > >> i accidentally stumbled over this: >> https://codereview.qt-project.org/#/c/122584/ >> >> MSVC2015: Disable warning C4577 ('noexcept' used with no exception handling >> mode specified)

Re: [Development] status of exception handling on windows and mdvc compiler

2015-08-07 Thread Joerg Bornemann
On 07-Aug-15 15:30, Gunnar Roth wrote: > i accidentally stumbled over this: > https://codereview.qt-project.org/#/c/122584/ > > MSVC2015: Disable warning C4577 ('noexcept' used with no exception handling > mode specified). [...] > When compiling qt.5.5 with vs2015 i saw these many errors myself.

[Development] status of exception handling on windows and mdvc compiler

2015-08-07 Thread Gunnar Roth
Hi, i accidentally stumbled over this: https://codereview.qt-project.org/#/c/122584/ MSVC2015: Disable warning C4577 ('noexcept' used with no exception handling mode specified). Fix the flood of warnings: src/corelib/global/qflags.h(52): warning