Issue information

Issue ID
#7030
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 22, 2012 6:34
Last Post
mkbu95
Jan 28, 2013 1:12
Confirmation
N/A

Hercules Elf Bot - Dec 22, 2012 6:34

Originally posted by [b]Brian[/b]
[rev=16987/trunk/src/map/atcommand.c] introduced this warning: http://build.rathena.org/builders/Cygwin-Makefiles/builds/283/

[quote]atcommand.c: In function 'atcommand_mapflag':
atcommand.c:7472:5: warning: array subscript has type 'char'[/quote]

line 7472:
[code]for (i = 0; flag_name[i]; i++) flag_name[i] = tolower(flag_name[i]); //lowercase[/code]