[PATCH 7/7] ktest: Remove indexes from warnings check

2013-02-19 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The index of a line where a warning is tested can be returned differently on different versions of gcc (or same version compiled differently). That is, a tab + space can give different results. This causes the warning check to produce a false positive. Removing

[PATCH 7/7] ktest: Remove indexes from warnings check

2013-02-19 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org The index of a line where a warning is tested can be returned differently on different versions of gcc (or same version compiled differently). That is, a tab + space can give different results. This causes the warning check to produce a false