Issue Information
-
#008336
-
0 - None Assigned
-
Needs More Info
Issue Confirmations
-
Yes (1)No (0)
Appear in latest fresh svn..
skill.c: In function 'skill_counter_additional_effect': skill.c:1735: warning: value computed is not used
tried with new git version having the same error btw I'm using new compiler gcc 4.7.2 still having warning.
changed status to: Needs More Info
Your line 1735 is this one?
for( i = 0; i < sc->data[SC_FORCEOFVANGUARD]->val3 && sc->fv_counter <= sc->data[SC_FORCEOFVANGUARD]->val3 ; i++)If so I'd question your compiler's sanity, because 'i' is being used to limit val3, if thats not your line 1735 I'd ask you to show me what its contents are.
I think this bug is prior to one fix I commited wich silenced a warning. If Litro/THPO doesn't experience this issue with a recent Hercules it can be marked as fixed.