Issue Information
-
#001946
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
Originally posted by cyberking
http://www.eathena.w...er&showbug=1946
In make i get warnings on skill.c
http://www.eathena.w...er&showbug=1946
In make i get warnings on skill.c
CODE
skill.c: In function âskill_get_indexâ:
skill.c:82: warning: suggest parentheses around && within ||
skill.c:82: warning: suggest parentheses around && within ||
skill.c: In function âskill_parse_row_skilldbâ:
skill.c:10805: warning: suggest parentheses around && within ||
skill.c:10805: warning: suggest parentheses around && within ||
skill.c:82: warning: suggest parentheses around && within ||
skill.c:82: warning: suggest parentheses around && within ||
skill.c: In function âskill_parse_row_skilldbâ:
skill.c:10805: warning: suggest parentheses around && within ||
skill.c:10805: warning: suggest parentheses around && within ||
CODE
if( id >= GD_SKILLRANGEMIN && id <= GD_SKILLRANGEMAX
|| id >= HM_SKILLRANGEMIN && id <= HM_SKILLRANGEMAX
|| id >= MC_SKILLRANGEMIN && id <= MC_SKILLRANGEMAX )
|| id >= HM_SKILLRANGEMIN && id <= HM_SKILLRANGEMAX
|| id >= MC_SKILLRANGEMIN && id <= MC_SKILLRANGEMAX )