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 [email protected] http://lists.busybox.net/mailman/listinfo/busybox
