hi, I have one file viewcontroller.h and .m and viewcontroller1.h and .m
In viewcontroller1.m file , i write function like BOOL rechable = [viewcontroller functionrechable];
it gives me warning like warning:initialization makes integer from pointer without a cast
how to remove this warning??? is it any way to do it?