[INFORMATION]
The Compiler has detected a local variable which is not used.
void main(void) {
int i;
}
Remove the variable if it is never used. If it is used in some situations with conditional compilation, use the same conditions in the declaration as in the usages.