Tales Posted November 28, 2014 Posted November 28, 2014 Last Git - Warning Issues - How to Fix it? CC loginchrif.c loginchrif.c: In function ‘logchrif_parse_accinfo’: loginchrif.c:838: warning: unused variable ‘state’ loginchrif.c:838: warning: unused variable ‘logincount’ loginchrif.c:837: warning: unused variable ‘level’ CC homunculus.c homunculus.c: In function ‘hom_skill_get_index’: homunculus.c:58: warning: unused variable ‘idx’ Quote
Playtester Posted November 28, 2014 Posted November 28, 2014 "Unused variable" warnings can easily be fixed by simply removing the variable declarations. It tells you the file and the line. 1 Quote
Conflicts Posted November 28, 2014 Posted November 28, 2014 Generally, it's safe to ignore warnings that you're unsure about. It's just the compiler being strict. 1 Quote
Question
Tales
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.