[FIX] Fixing "Control may reach end of non-void function"#276
[FIX] Fixing "Control may reach end of non-void function"#276El-Moatasem wants to merge 1 commit intoAugustyniak:masterfrom
Conversation
|
While this does make the compiler stop complaining, I'm wondering if this will actually fix the underlying issue -- best I can tell, the problem is because I don't know much about it, but this looked like when it was introduced: In your change, the The new InsetGrouped view is also never handled by Your changes fixes the compiler error, yes -- but it doesn't solve adding InsetGrouped support, which I think is the larger issue. |
Hi Sir,
Hope you are doing well
I fixed the error "Control may reach end of non-void function" as it has no default return value as indicated in xcode 11.2.1
Could you accept the merge request ?
Thanks