2004-01-31 01:27:36 +01:00
|
|
|
$NetBSD: patch-ab,v 1.2 2004/01/31 00:27:36 kristerw Exp $
|
2003-06-14 02:24:27 +02:00
|
|
|
|
2004-01-31 01:27:36 +01:00
|
|
|
--- lib/target.exp.orig Fri Jan 30 23:22:00 2004
|
|
|
|
+++ lib/target.exp Fri Jan 30 23:21:17 2004
|
|
|
|
@@ -262,8 +262,8 @@
|
2003-06-14 02:24:27 +02:00
|
|
|
regsub -all "(^|\n)(ld(|32|64): Giving up.*Use -wall\[^\n\]*\n?)+" $text "\\1" text
|
|
|
|
|
|
|
|
# Or the NetBSD ones.
|
2004-01-31 01:27:36 +01:00
|
|
|
- regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning:this program uses \[^\n\]*)" $text "\\1" text
|
|
|
|
- regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning:reference to compatibility \[^\n\]*)" $text "\\1" text
|
|
|
|
+ regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning: this program uses \[^\n\]*)" $text "\\1" text
|
|
|
|
+ regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning: reference to compatibility \[^\n\]*)" $text "\\1" text
|
|
|
|
regsub -all "(^|\n)(\[^\n\]*:\[0-9\]+: warning: \[^\n\]* possibly used unsafely, use \[^\n\]*\n?)" $text "\\1" text
|
2003-06-14 02:24:27 +02:00
|
|
|
regsub -all "(^|\n)(\[^\n\]*: warning: reference to compatibility glob\[^\n\]*\n?)" $text "\\1" text
|
|
|
|
|