Ad
  • Custom User Avatar

    This really isn't a problem.
    You are making 'i' an int, and the result of sizeof(strings)/sizeof(char*) is an unsigned long
    The compiler is just telling you that an int and unsigned long are not identical data types, and to be careful comparing them.