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')