RE: [PATCH] kconfig: fix warnings due to unused return values

From: Premi, Sanjeev
Date: Mon Oct 03 2011 - 10:48:44 EST


> -----Original Message-----
> From: Premi, Sanjeev
> Sent: Thursday, September 22, 2011 5:07 PM
> To: linux-kernel@xxxxxxxxxxxxxxx
> Cc: Premi, Sanjeev
> Subject: [PATCH] kconfig: fix warnings due to unused return values
>
> The return value of wattrset() is being ignored in the
> code and newer compilers complain about this e.g.
>
> HOSTCC scripts/kconfig/lxdialog/checklist.o
> scripts/kconfig/lxdialog/checklist.c: In function print_item:
> scripts/kconfig/lxdialog/checklist.c:40: warning: value
> computed is not used
> scripts/kconfig/lxdialog/checklist.c:46: warning: value
> computed is not used
>
> Let the compiler know that ignore is intentional.
>
> Signed-off-by: Sanjeev Premi <premi@xxxxxx>
> ---

Just wanted to ping on the status...

~sanjeev

[snip]...[snip]--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/