Re: Additional compiler warnings list

Hi Petr,

I converted your warnings.txt file into extra-warnings.prf and added it to the project in rev 114. This qmake project feature is disabled by default and if someone wants to experiment they would only need to uncomment the line:

#CONFIG += extra-warnings

in both calitko.pri and tester.pri.

I actually wanted to try to compile with all warnings enabled but even the precompiled header couldn’t be built. That has to be checked but in any case we do have the infrastructure laid already.

Regards,

Peter

Would you like to post a relpy?


This post is a reply to:
Additional compiler warnings list
Hi Peter, so I've browsed through the g++ manual and I've found several parameters that we can maybe additionally use. List of them (including their description) is in the attached file (more...)

Follow-ups:
Re: Additional compiler warnings list
Hi Peter, I converted your warnings.txt file into extra-warnings.prf and added it to the project in rev 114. This qmake project feature is disabled by default and if someone wants to (more...)