Re: [PATCH] Fix compile warnings

FUJITA Tomonori <[email protected]> Thu, 04 Aug 2016 21:57:15 +0900 (JST)
Newsgroups org.kernel.vger.stgt
Message-ID <[email protected]>
On Thu,  4 Aug 2016 15:26:29 +0300
Roi Dayan <[email protected]> wrote:

> Because of unused return values.
> Also set gcc Werror flag to consider warnings as errors.
> 
> Signed-off-by: Roi Dayan <[email protected]>
> ---
>  usr/Makefile       |  2 +-
>  usr/bs_rdwr.c      |  2 --
>  usr/bs_ssc.c       |  2 --
>  usr/iscsi/iscsid.c |  6 ++----
>  usr/iscsi/iser.c   | 11 ++++-------
>  usr/parser.c       |  9 ++++-----
>  6 files changed, 11 insertions(+), 21 deletions(-)

Applied, thanks!