warning: this 'if' clause does not guard...

Denys Vlasenko vda.linux at googlemail.com
Mon Apr 17 13:57:31 UTC 2017


fixed, thanks!

On Sat, Apr 15, 2017 at 3:33 PM, Cristian Ionescu-Idbohrn
<cristian.ionescu-idbohrn at axis.com> wrote:
> coreutils/factor.c: In function 'factor_main':
> coreutils/factor.c:204:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
>      if (*end != '\0');
>      ^~
> coreutils/factor.c:205:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
>       *end++ = '\0';
>
>
> Cheers,
>
> --
> Cristian
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list