-
Notifications
You must be signed in to change notification settings - Fork 479
Description
| Previous ID | SR-8975 |
| Radar | None |
| Original Reporter | @eeckstein |
| Type | Bug |
| Status | Closed |
| Resolution | Done |
Additional Detail from JIRA
| Votes | 0 |
| Component/s | libdispatch |
| Labels | Bug |
| Assignee | @compnerd |
| Priority | Medium |
md5: 9dd84633ff2a53d8a40eb8e3a0d71b63
Issue Description:
{{/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-16_04/swift-corelibs-libdispatch/src/swift/Block.swift:43:73: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
17:25:49 _block = dispatch_block_create_with_qos_class(dispatch_block_flags_t(UInt32(flags.rawValue)),
17:25:49 ^~~~~~~~~~~~~~~~~~~~~~
17:25:49
17:25:49 /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-16_04/swift-corelibs-libdispatch/src/swift/Block.swift:50:73: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
17:25:49 _block = _swift_dispatch_block_create_noescape(dispatch_block_flags_t(UInt32(flags.rawValue)), noescapeBlock)
17:25:49 ^~~~~~~~~~~~~~~~~~~~~~
}}