Jump to content
  • 0
Sign in to follow this  
randy93

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

Question

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

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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.

Edited by csnv

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.