I have an anonymous instance created from a class, which in it's custom instance method add it so the superviews layer and animates it, although this works great Xcode gives me a warning, 'Expression result unused', is there any way to remove this error without changing the class?
If I create an instance with a pointer, I just get 'Unused variable 'myIVar'' because I never need to point to it in my code.
Thanks!