Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008255

  • 5 - Critical

  • Fixed

Issue Confirmations

  • Yes (0)No (1)
Photo

compile warning on the latest version

Posted by bgamez23 on 10 July 2014 - 10:14 AM

Error	1	error C2143: syntax error : missing ';' before 'type'	\src\common\malloc.c	649	1	char-server
Error	2	error C2065: 'count' : undeclared identifier	\src\common\malloc.c	662	1	char-server
Error	3	error C2065: 'count' : undeclared identifier	\src\common\malloc.c	679	1	char-server
Error	4	error C2065: 'count' : undeclared identifier	\src\common\malloc.c	688	1	char-server
Error	5	error C2143: syntax error : missing ';' before 'type'	\src\common\malloc.c	649	1	login-server
Error	6	error C2065: 'count' : undeclared identifier	\src\common\malloc.c	662	1	login-server
Error	7	error C2065: 'count' : undeclared identifier	\src\common\malloc.c	679	1	login-server
Error	8	error C2065: 'count' : undeclared identifier	\src\common\malloc.c	688	1	login-server
Error	9	error C2143: syntax error : missing ';' before 'type'	\src\common\malloc.c	649	1	map-server
Error	10	error C2065: 'count' : undeclared identifier	\src\common\malloc.c	662	1	map-server
Error	11	error C2065: 'count' : undeclared identifier	\src\common\malloc.c	679	1	map-server
Error	12	error C2065: 'count' : undeclared identifier	\src\common\malloc.c	688	1	map-server


pan 
changed status to: Fixed