Issues reported with Xcode 4.3.3

Hi Guys,

I followed the instructions in:
https://github.com/TwoLivesLeft/Codea-Runtime

built the project to run on my commissioned device (I have registered as a developer) iPad3 and have these warnings come up. The app runs fine on the iPad but would like to resolve these warnings.

I got 48 warnings, all are “Semantic Issues”. They were of the type:
No previous prototype for function ‘checkContact’ . This was for the contact.mm file

I believe I am up to date with my SDK’s (I have iOS 4.3, 5.0 and 5.1 installed)

The project’s deployment target is iOS 5.0.

Any help would be appreciated.

TIA
Carlos

ps If you need more info pls let me know

Any ideas guys ?

Those warnings sound fairly minor — I suspect they are mostly due to some lazy coding in the Codea Runtime (such as not forward declaring a function prototype). I wouldn’t worry about them.

You can go through and fix them if you like — I’d be happy to incorporate your fixes into the runtime, as well.

I’ll give it a try and let you know if I’m successful. Cheers Simeon.