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

2017-04-17 Thread Denys Vlasenko
fixed, thanks! On Sat, Apr 15, 2017 at 3:33 PM, Cristian Ionescu-Idbohrn <cristian.ionescu-idbo...@axis.com> wrote: > coreutils/factor.c: In function 'factor_main': > coreutils/factor.c:204:5: warning: this 'if' clause does not guard... > [-Wmisleading-indentation] >

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

2017-04-15 Thread Cristian Ionescu-Idbohrn
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