Skip to main content

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

Woops, wrong bug, should be # 85264


From: cdt-patch-bounces@xxxxxxxxxxx [mailto:cdt-patch-bounces@xxxxxxxxxxx] On Behalf Of James Blackburn
Sent: 16 August 2006 12:53
To: cdt-patch@xxxxxxxxxxx
Subject: [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