Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Ubuntu buildbot error

From: Kovarththanan Rajaratnam <krj@xxxxxxxxxxxxx>
Date: Mon, 01 Jun 2009 22:07:21 +0200
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