Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This is a good practice, of course. But, if you hace a large code, maybe this could be dificult to read.
To remove the warning you may initialize
i
asunsigned long
rather thanint
, or castsizeof(strings)/sizeof(char*)
toint
(this way(int) sizeof(strings)/sizeof(char*)
). Though it's not likely to be the cause of your code failing. Seems hard to say without more elements.I am facing the same error! Did you find the solution?