I've made the 'bool' typedef "unsigned char" now to avoid
this in the future, and I corrected the silly comparison in
lib/transfer.c (even though it is a completely different
line number in the current code).
I re-run the compiler with "whining" options enabled, and it
didn't complain on any other occurrences of this mistake.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1110
Thanks for pointing this out.
I've made the 'bool' typedef "unsigned char" now to avoid
this in the future, and I corrected the silly comparison in
lib/transfer.c (even though it is a completely different
line number in the current code).
I re-run the compiler with "whining" options enabled, and it
didn't complain on any other occurrences of this mistake.