Issue information

Issue ID
#5163
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Dec 24, 2011 14:47
Last Post
Hercules Elf Bot
Apr 18, 2012 15:25
Confirmation
N/A

Hercules Elf Bot - Dec 24, 2011 14:47

Originally posted by [b]KeiKun[/b]
[b]r15246[/b]

[CODE]

l\src\map\atcommand.c(9257): warning C4047: 'function' : 'int' differs in levels of indirection from 'char [256]'
\src\map\atcommand.c(9257): warning C4024: 'log_atcommand' : different types for formal and actual parameter 2
l\src\map\atcommand.c(9257): error C2198: 'log_atcommand' : too few arguments for call
\src\map\atcommand.c(9260): warning C4047: 'function' : 'int' differs in levels of indirection from 'const char *'
\src\map\atcommand.c(9260): warning C4024: 'log_atcommand' : different types for formal and actual parameter 2
\src\map\atcommand.c(9260): error C2198: 'log_atcommand' : too few arguments for call


\src\map\npc.c(1271): error C2065: 'LOG_NPC_TRANSACTIONS' : undeclared identifier
\src\map\npc.c(1272): error C2440: 'function' : cannot convert from 'char [2]' to 'e_log_pick_type'
\src\map\npc.c(1272): warning C4024: 'log_pick_pc' : different types for formal and actual parameter 2


[/CODE]

Hercules Elf Bot - Dec 24, 2011 15:55

Originally posted by [b]Ind[/b]
They were fixed by brian in [rev=15246] and [rev=15248]