Re: [Development] msvc warning policy in qt

2015-03-09 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=theqtcompany.com@qt- > [...] > My problems are solved this way ,but i would rather like that qt takes care of > this itself, meaning allowing setting warninglevel to 4 and warnings as errors > and applications compile out of the

Re: [Development] msvc warning policy in qt

2015-03-09 Thread Gunnar Roth
and all is well again. just to let you know... Regards, Gunnar Roth Gesendet: Montag, 09. März 2015 um 10:08 Uhr Von: "Gunnar Roth" An: "development@qt-project.org" Betreff: [Development] msvc warning policy in qt Hello, we have an in-house policy to use warning lev

[Development] msvc warning policy in qt

2015-03-09 Thread Gunnar Roth
Hello, we have an in-house policy to use warning level 4 and warnings-as-errors with our projects. The problem is that qt headers are generating warnings when using this level.  We switch off some silly warnings like  "unreferenced inline function has been removed", which are just informal and c