Opened on 09/25/2017 at 11:46:11 PM
Closed on 10/02/2017 at 02:12:34 PM
#5782 closed defect (fixed)
Warning - Conflicting parameter type.
| Reported by: | CraftyDeano | Assignee: | CraftyDeano |
|---|---|---|---|
| Priority: | Unknown | Milestone: | |
| Module: | Adblock-Plus-for-iOS/macOS | Keywords: | |
| Cc: | ashephard, dzhang | Blocked By: | |
| Blocking: | Platform: | iOS | |
| Ready: | no | Confidential: | no |
| Tester: | Unknown | Verified working: | no |
| Review URL(s): | |||
Description
When building, the following warning is generated.
WARNING - Conflicting parameter types in implementation of 'application:handleEventsForBackgroundURLSession:completionHandler:': 'void (^ _Nonnull __strong)(void)' vs 'void (^__strong _Nonnull)()'
This is due to the closure return not being explicit with its return type void.
Attachments (0)
Change History (3)
Note: See
TracTickets for help on using
tickets.

Landed