Re: [Wireshark-dev] Build failure today

2018-04-20 Thread Guy Harris
On Apr 20, 2018, at 10:57 AM, Martin Mathieson via Wireshark-dev wrote: > I'm getting the error below: > > Looking at the first one, my compiler doesn't seem to realise that > compute_offset() will throw an exception rather than return a number without > setting

[Wireshark-dev] Build failure today

2018-04-20 Thread Martin Mathieson via Wireshark-dev
I'm getting the error below: Looking at the first one, my compiler doesn't seem to realise that compute_offset() will throw an exception rather than return a number without setting *offset_ptr But when I look at e.g. BoundsError (which may be returned without setting *offset_ptr), it is