Skip to content

Foundation: repair android ARMv7 builds #2368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2019

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Jun 20, 2019

D:/a/1/s/swift-corelibs-foundation/Foundation/FileManager.swift:563:50: error: cannot convert value of type 'UInt32' to expected argument type 'mode_t' (aka 'UInt16')
        let type = FileAttributeType(statMode: s.st_mode)
                                               ~~^~~~~~~
                                        mode_t(         )

@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

CC: @spevans @gmittert

```
D:/a/1/s/swift-corelibs-foundation/Foundation/FileManager.swift:563:50: error: cannot convert value of type 'UInt32' to expected argument type 'mode_t' (aka 'UInt16')
        let type = FileAttributeType(statMode: s.st_mode)
                                               ~~^~~~~~~
                                        mode_t(         )
```
@compnerd
Copy link
Member Author

@swift-ci please test

@gmittert gmittert requested review from gmittert and removed request for gmittert June 20, 2019 17:53
@compnerd compnerd merged commit ed17690 into swiftlang:master Jun 20, 2019
@compnerd compnerd deleted the explicit-cast branch June 20, 2019 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants