Issue information

Issue ID
#7906
Status
Fixed
Severity
None
Started
ossi0110
Dec 18, 2013 7:20
Last Post
Ind
Dec 18, 2013 12:15
Confirmation
Yes (2)
No (0)

ossi0110 - Dec 18, 2013 7:20

since the new update

[url="https://github.com/HerculesWS/Hercules/commit/38f6b2c68c59d3ed2e3fc6d4d75907939c4fdf61"]https://github.com/HerculesWS/Hercules/commit/38f6b2c68c59d3ed2e3fc6d4d75907939c4fdf61[/url]

the compiler drops errors ,


tested on a Clean Version

[url="https://github.com/HerculesWS/Hercules/commit/38f6b2c68c59d3ed2e3fc6d4d75907939c4fdf61"]src\common\malloc.c(395): error C2036: 'void *': U[/url]nknown Size




and btw did you changed the

pc->get_group_level(sd); too ? since its not working anymore

only works with

pc_get_group_level(sd);

pan - Dec 18, 2013 9:13

[code=auto:0]hercules\src\common\malloc.c(395): error C2036: 'void *' : unknown size[/code]with VCpp2010

Ind - Dec 18, 2013 12:15

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/fbf96e6eaed6220fd7aba0594a32396bab1da70b"]https://github.com/HerculesWS/Hercules/commit/fbf96e6eaed6220fd7aba0594a32396bab1da70b[/url][quote name="ossi0110" timestamp="1387351216"]
and btw did you changed the

pc->get_group_level(sd); too ? since its not working anymore[/quote]Yes [url="https://github.com/HerculesWS/Hercules/commit/ee1290403076d39d25def09753cf20c1dd157d09"]https://github.com/HerculesWS/Hercules/commit/ee1290403076d39d25def09753cf20c1dd157d09[/url]