warning: this 'if' clause does not guard...
Cristian Ionescu-Idbohrn
cristian.ionescu-idbohrn at axis.com
Sat Apr 15 13:33:56 UTC 2017
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
More information about the busybox
mailing list