Details
-
Bug
-
Status: Closed
-
P2: Important
-
Resolution: Done
-
2.8.1
-
None
-
-
bbd494977e (qt-labs/vstools/dev)
Description
Since the migration from 2.8.0 to the dev version 2.8.1, #pragma warning(disable) are not working anymore.
I joined a project which reproduce the bug. Just compile in Debug and see that there is a warning:
```UnusedArg.h(5,29): warning C4100: 'iUnusedArg': unreferenced formal parameter```
Note that these VS C++ options are changed to skip warning in external header include with bracket:
When, include a header which disable warning inside a pre compile header and see that the #pragma warning(disable) is not handle by the compiler.
The problem is not present with Qt Addins 2.8.0
Attachments
For Gerrit Dashboard: QTVSADDINBUG-965 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
387368,4 | Disable qmake-generated warning options for CL | dev | qt-labs/vstools | Status: MERGED | +2 | 0 |