Read more...
To generate warnings in XCode when a non-void function lacks to return a value enable the return type warning:
-Wreturn-type
Discussion