-
- Downloads
Fix compiler warnings and make the code a bit clearer
The warnings are generated because GCC 4.2 didn't know of which type the object from the array was, and it guessed that it was some object which returns an NSString *, which cannot be cast to PTYTab * without warning.
Please register or sign in to comment