skill.c:1736: warning: value computed is not used

randy93

New member
Messages
7
Points
0
Github
RandyKiller
hello guyz....need help to fix this problem....i got warning like this after recompile:

skill.c: In function 'skill_counter_additional_effect':
skill.c:1736: warning: value computed is not used
 
why it happen?
 
i provided my src...help me....appreciate it
skill.c

 

Attachments

It just means that some value is calculated but is not used, so it's just a waste. It will have no effect on your server.

However, that warning was fixed yesterday, if you don't want to see it anymore you can update to the latest svn/git or backport the fix.

 
Last edited by a moderator:
THANKS SO MUCH SIR....ITS FIX WITH LATEST GIT....APPRECIATE IT.....YOU SO GOOD SIR

 
Back
Top