Issue information

Issue ID
#1192
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 15, 2008 19:58
Last Post
Hercules Elf Bot
Mar 15, 2008 19:58
Confirmation
N/A

Hercules Elf Bot - Mar 15, 2008 19:58

Originally posted by [b]Geowil[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1192

Warning 1:

QUOTE
\Documents and Settings\Geowil\Desktop\New GeoRo Test Server Builds\Saturday, March, 15, 2008\src\map\script.c(4657) : warning C4018: '>' : signed/unsigned mismatch


Script.c Line 4657:

CODE
            script_pushint(st, (len > max ? 1 : len < min ? -1 : 0));


Warning 2:

QUOTE
\Documents and Settings\Geowil\Desktop\New GeoRo Test Server Builds\Saturday, March, 15, 2008\src\map\script.c(4657) : warning C4018: '<' : signed/unsigned mismatch


Script.c Line 4657:

CODE
            script_pushint(st, (len > max ? 1 : len < min ? -1 : 0));



Warning 3:

QUOTE
\Documents and Settings\Geowil\Desktop\New GeoRo Test Server Builds\Saturday, March, 15, 2008\src\map\pc.c(6808) : warning C4018: '>=' : signed/unsigned mismatch


pc.c line 6808:

CODE
        if(hp >= sd->battle_status.hp)