Issue information

Issue ID
#8336
Status
Needs more Info
Severity
None
Started
Litro
Sep 13, 2014 15:02
Last Post
csnv
Sep 20, 2014 20:50
Confirmation
Yes (1)
No (0)

Litro - Sep 13, 2014 15:02

[font='courier new', courier, monospace]Appear in latest fresh svn..[/font][code=auto:0] skill.c: In function 'skill_counter_additional_effect': skill.c:1735: warning: value computed is not used [/code]

THPO - Sep 14, 2014 20:38

tried with new git version having the same error btw I'm using new compiler gcc 4.7.2 still having warning.

Ind - Sep 20, 2014 18:52

Your line 1735 is this one?[code=auto:0] for( i = 0; i < sc->data[SC_FORCEOFVANGUARD]->val3 && sc->fv_counter <= sc->data[SC_FORCEOFVANGUARD]->val3 ; i++) [/code]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.

csnv - Sep 20, 2014 20:50

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.