lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ