I’m getting two warnings every time I build my project in Xcode:
Enumeration values 'kScreenOrientationUnknown', 'autorotation', and 'kScreenOrientationCount' not handled in switch
Incompatible pointer types passing 'UIView *' to parameter of type 'EAGLView *'
What should I change/replace in AppController.mm to remove these?