Tales Posted November 28, 2014 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Share 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 Link to comment Share on other sites More sharing options...
Playtester Posted November 28, 2014 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: Monday at 09:07 AM Share 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 Link to comment Share on other sites More sharing options...
Conflicts Posted November 28, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share 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 Link to comment Share on other sites More sharing options...
Question
Tales
Link to comment
Share on other sites
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.