Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
4.5.1
-
None
Description
On HP-Unix the compiler flag "-w" to supress all warnings is automatically added, what is definitly not wanted as I would like to see the warnings generated by my own code!
Unfortunatly when adding "+w" tons of warnings are generated from the Qt-code (inline functions in the headers). This makes it hard to find warnings generated by my own code. So my suggestion is that the Qt-headers are updated so that no warnings are generated, so that one can also work normally on HP-Unix