yangtse: curl-www/auto ccwarn.pm,1.11,1.12
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv24136/auto
Modified Files:
ccwarn.pm
Log Message:
Highlight errors on MIPS o32 compiler and MIPSPro C 7.3
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ccwarn.pm 20 Jul 2008 17:56:59 -0000 1.11
+++ ccwarn.pm 5 Aug 2008 07:19:33 -0000 1.12
@@ -30,13 +30,13 @@
# Tru64 DEC/Compaq C compiler:
($l =~ /^cc: ((Warning)|(Error)|(Severe))?: ([.\/a-zA-Z0-9]*)/) ||
# MIPSPro C 7.3:
- ($l =~ /cc: (REMARK|WARNING) File/) ||
+ ($l =~ /cc: (REMARK|WARNING|ERROR) File/) ||
# Intel icc 8.0:
($l =~ /: (remark|warning) \#/) ||
# Intel icc linker:
($l =~ /: warning: warning: /) ||
# MIPS o32 compiler:
- ($l =~ /^cfe: Warning (\d*):/) ||
+ ($l =~ /^cfe: (Warning |Error)(\d*):/) ||
# MSVC
($l =~ /^[\.\\]*([.\\\/a-zA-Z0-9-]*)\.[chy]\(([0-9:]*)/) ||
# libtool error