Details
-
Task
-
Resolution: Duplicate
-
P3: Somewhat important
-
Qt 3D Studio 2.0 RC1
-
None
Description
Building macOS authoring tool (from 2.0 RC2 codebase) reports 25871 issues.
Cursory glance shows nearly all of these are from the 3rd party code. This many issues from compilation make it impossible to spot issues in the code we directly implement ourselves.
On Windows MSVC we have pragma's that fence out warnings from 3rd party code. This should be done also for macOS XCode.