Closed jesperromers closed 7 years ago
Pointer to int comparison was not allowed by clang. Also returning "false" instead of quitting by "exit(1)" was not allowed by clang. Both issues fixed and tested under clang and gcc under os x.
Great, thanks! Looks good to me.
Pointer to int comparison was not allowed by clang. Also returning "false" instead of quitting by "exit(1)" was not allowed by clang. Both issues fixed and tested under clang and gcc under os x.