GLKView and setContext

Since iOS 9 I get for

[self setContext:nil] // self is a GLKView

the compiler warning:


Null passed to a callee that requires a non-null argument


Why do I get it? In the header file is not mentioned that the argument must not be nil nor could I find anything in the documentation.


Regards,

Hartwig