I get that warning, though the app runs fine. Here is the offending code:
SPlayLevel *pl = self.parent;
SPlayLevel is type Scene with some added methods. Any ideas how to resolve these sort of warnings? The code executes fine, no errors, but I don't like seeing warnings when I compile.
Thanks