ktest: Remove indexes from warnings check
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Mon, 18 Feb 2013 14:35:49 +0000 (09:35 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 18 Feb 2013 14:35:49 +0000 (09:35 -0500)
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 the
index from the check fixes this issue.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found