After updating to XCode 6.3, compiler started giving this warning.
Comparison of address of \'myObject\' not equal to null pointer is always true.
For the first instruction, a changed to :
if (!CGRectIsNull(anotherRect)) { }