Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Annotate make output lines containing warning as warnings

Bug #47060
Currently any make output which contains filename:linenum but doesn't strictly match the regexp in GCCErrorParser.java is annotated as an error.  I modified the regexp such that if [Ww]arning appears anywhere in the description part of the line, the annotation is made for warning rather than error.
 
James

Back to the top