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] The build broke on the recent X11 changes

From: Michael Mann <mmann78@xxxxxxxxxxxx>
Date: Tue, 18 Apr 2017 14:34:59 -0400
 
 
-----Original Message-----
From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
To: alexis.lagoutte <alexis.lagoutte@xxxxxxxxx>; Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
Sent: Tue, Apr 18, 2017 1:48 pm
Subject: Re: [Wireshark-dev] The build broke on the recent X11 changes

Hi,

Indeed: gcc version 6.3.0 20170406 (Debian 6.3.0-12)

Looking at the code it indeed seems wrong not to have braces there.

Thanks,
Jaap


On 18-04-17 18:49, Alexis La Goutte wrote:
> Hi Jaap,
>
> What release of gcc do you are using ? (i think a recent release...)
>
> On Tue, Apr 18, 2017 at 6:34 PM, Jaap Keuter <jaap.keuter@xxxxxxxxx
> <mailto:jaap.keuter@xxxxxxxxx>> wrote:
>
> Hi,
>
> I get this building Wireshark:
>
> make[6]: Entering directory '/home/jaap/src/wireshark/master/epan/dissectors'
> CC packet-x11.lo
> packet-x11.c: In function ‘dissect_x11_request’:
> packet-x11.c:3753:13: error: this ‘if’ clause does not guard...
> [-Werror=misleading-indentation]
> if (next_offset - *offsetp > 0)
> ^~
> packet-x11.c:3755:17: note: ...this statement, but the latter is misleadingly
> indented as if it is guarded by the ‘if’
> *offsetp = next_offset;
> ^
> cc1: all warnings being treated as errors
> Makefile:4388: recipe for target 'packet-x11.lo' failed
> make[6]: *** [packet-x11.lo] Error 1
>
> Anyone else?
>
> Thanks,
> Jaap

___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives: https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe