On Mon, 2014-04-28 at 16:39 +0300, Artem Bityutskiy wrote: > Note, GCC also outputs so that when the next line belongs to the > previous, and does not have a distinctive prefix, it starts with a > white-space Sometimes several white-spaces. Here is an example from gcc-4.8 drivers/char/agp/isoch.c: In function ‘agp_3_5_enable’: drivers/char/agp/isoch.c:320:13: warning: variable ‘arqsz’ set but not used [-Wunused-but-set-variable] u32 isoch, arqsz; ^ Note, the third line starts with a white-space, and the 4th too. Thanks! -- Best Regards, Artem Bityutskiy -- To unsubscribe from this list: send the line "unsubscribe smatch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html