Issue information

Issue ID
#2452
Status
Unable to Fix
Severity
None
Started
Hercules Elf Bot
Nov 17, 2008 12:33
Last Post
Hercules Elf Bot
Nov 17, 2008 12:33
Confirmation
N/A

Hercules Elf Bot - Nov 17, 2008 12:33

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

when i was compiling my char server with Visual C++ 2008, I came across this error in it:

CODE
1>------ Rebuild All started: Project: char-server_sql, Configuration: Release Win32 ------
1>Deleting intermediate and output files for project 'char-server_sql', configuration 'Release|Win32'
1>Compiling...
1>inter.c
1>int_storage.c
1>int_quest.c
1>int_pet.c
1>int_party.c
1>int_mercenary.c
1>int_mail.c
1>int_homun.c
1>int_guild.c
1>int_auction.c
1>char.c
[b]1>..\src\char_sql\char.c(2769) : warning C4305: '=' : truncation from 'unsigned int' to 'uint16'[/b]
1>utils.c
1>timer.c
1>strlib.c
1>sql.c
1>socket.c
1>showmsg.c
1>plugins.c
1>nullpo.c
1>mapindex.c
1>Compiling...
1>malloc.c
1>lock.c
1>ers.c
1>db.c
1>core.c
1>Linking...
1>Generating code
1>Finished generating code
1>Embedding manifest...


On my older revision it works.