Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv16290
Modified Files:
ccwarn.pm
Log Message:
Catch warnings in intermediate assembly files, too.
Index: ccwarn.pm
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/ccwarn.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ccwarn.pm 1 Jul 2004 13:21:42 -0000 1.1
+++ ccwarn.pm 13 Apr 2006 17:27:21 -0000 1.2
@@ -24,7 +24,7 @@
my ($l)=@_;
# gcc warning:
- if (($l =~ /([.\/a-zA-Z0-9]*)\.[chy]:([0-9:]*): /) ||
+ if (($l =~ /([.\/a-zA-Z0-9]*)\.[chsy]:([0-9:]*): /) ||
# AIX xlc warnings:
($l =~ /\"([_.\/a-zA-Z0-9]+)\", line/) ||
# Tru64 cc warning:
|