[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161202141817.7341a497@xeon-e3>
Date: Fri, 2 Dec 2016 14:18:17 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Simon Horman <simon.horman@...ronome.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2/net-next] ss: initialise variables outside of
for loop
On Fri, 2 Dec 2016 12:56:05 +0100
Simon Horman <simon.horman@...ronome.com> wrote:
> Initialise for loops outside of for loops. GCC flags this as being
> out of spec unless C99 or C11 mode is used.
>
> With this change the entire tree appears to compile cleanly with -Wall.
>
> $ gcc --version
> gcc (Debian 4.9.2-10) 4.9.2
> ...
> $ make
> ...
> ss.c: In function ‘unix_show_sock’:
> ss.c:3128:4: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
> ...
>
> Signed-off-by: Simon Horman <simon.horman@...ronome.com>
Applied.
Note, I used to have -Wall in Makefile but old GCC were broken and would give
aliasing warnings.
Powered by blists - more mailing lists