1、Value stored to 'coors' during its initialization is never read


2、Value stored to 'coors' is never read
遇到这个问题是,是变量coors没有被使用,所以直接注释了它
3、Passed-by-value struct argument contains uninitialized data (e.g., field: 'latitude')
1、Value stored to 'coors' during its initialization is never read
2、Value stored to 'coors' is never read
遇到这个问题是,是变量coors没有被使用,所以直接注释了它
3、Passed-by-value struct argument contains uninitialized data (e.g., field: 'latitude')
本文标题:Xcode Analyze静态分析问题
本文链接:https://www.haomeiwen.com/subject/whvosftx.html
网友评论