Re: [PATCH v2] cpumask.h: silence warning with -Wsign-compare

From: Rusty Russell
Date: Mon May 05 2014 - 21:26:38 EST


Brian W Hart <hartb@xxxxxxxxxxxxxxxxxx> writes:
> Silence the warning when building with -Wsign-compare when cpumask.h
> is included:
>
> include/linux/cpumask.h: In function âcpumask_parseâ:
> include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional
> +expression [-Wsign-compare]
> int len = nl ? nl - buf : strlen(buf);
> ^
>
> V2: Rusty pointed out that unsigned should be used instead.

Thanks, applied.

Cheers,
Rusty.
--
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/