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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 22 Sep 2015 17:22:14 +0200
From:	Tobias Klauser <tklauser@...tanz.ch>
To:	Marek Vasut <marex@...x.de>
Cc:	linux-kernel@...r.kernel.org, lftan@...era.com
Subject: Re: [PATCH] nios2: Fix unused variable warning

On 2015-09-19 at 06:40:51 +0200, Marek Vasut <marex@...x.de> wrote:
> Fix the following compiler splat by adding __maybe_unused annotation
> to the variable. Using this particular annotation has the least ugly
> impact on the code compared to using ifdeffery.
> 
> arch/nios2/kernel/setup.c: In function 'nios2_boot_init':
> arch/nios2/kernel/setup.c:107:7: warning: unused variable 'cmdline_passed' [-Wunused-variable]
>   char cmdline_passed[COMMAND_LINE_SIZE] = { 0, };
>        ^
> 
> Signed-off-by: Marek Vasut <marex@...x.de>

Reviewed-by: Tobias Klauser <tklauser@...tanz.ch>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ