ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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