This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
Version 3.2 does not compile due to "Control may reach end of non-void function" error #460
Open
Description
I'm using version 3.2. SDK does not compile because of:
.../Pods/uservoice-iphone-sdk/Classes/UVBaseSearchResultsViewController.m:53:1: Control may reach end of non-void function
By looking into the code it totally makes sense that the compiler does not want to let it through:
The only way to use SDK in the project is to disable the compiler check for mismatched return types which is dangerous. Please fix.
Metadata
Assignees
Labels
No labels
Activity