Hey, Stig Bjørlykke wrote:
On 1. juni. 2009, at 21.17, Ravi Kondamuru wrote:size_t on Win64 is a 64bit value and it is being assigned to a 16bit value without being typecast.i am guessing that is the issue here.Not that one, the one reported by the Ubuntu buildbot.
I _think_ you need to cast to (void *) in order to circumvent GCC's pointer check. Possible patch attached.
Best regards, Kovarththanan Rajaratnam
Attachment:
void_cast.patch
Description: application/xxxxx