Details
-
Bug
-
Resolution: Out of scope
-
P5: Not important
-
None
-
5.4.2
-
None
-
Windows 7 with mingw
Description
There is no warnings for implicit conversions between reals and integer by default with GCC. Maybe this is not a real issue, but when we enable those warnings with -Wconversion flag in our .pro file, we also have warnings from Qt headers.
Normally we use -isystem instead of -I for adding include path of our dependencies to avoid warnings from 3rd party library, but with Qt we can't do that.
Attachments
Issue Links
- relates to
-
QTBUG-7220 Allow the Qt include directories to be treated as system includes to avoid seing compiler warnings from the Qt header files
- Closed