[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160812125420.755070d9@xeon-e3>
Date: Fri, 12 Aug 2016 12:54:20 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Richard Alpe <richard.alpe@...csson.com>
Cc: <netdev@...r.kernel.org>, <tipc-discussion@...ts.sourceforge.net>
Subject: Re: [PATCH iproute2 2/2] tipc: refactor bearer identification
On Tue, 9 Aug 2016 10:34:30 +0200
Richard Alpe <richard.alpe@...csson.com> wrote:
> Introduce a generic function (nl_add_bearer_name()) that identifies a
> bearer and adds it to an existing netlink message. This reduces code
> complexity and makes the code a little bit easier to maintain.
>
> Signed-off-by: Richard Alpe <richard.alpe@...csson.com>
This causes warning on GCC 6 (Debian Testing).
tipc
CC bearer.o
bearer.c: In function ‘cmd_bearer_disable’:
bearer.c:325:14: warning: unused variable ‘opt’ [-Wunused-variable]
struct opt *opt;
^
LINK tipc
Please fix and resubmit.
Powered by blists - more mailing lists