Adjust OpenBSD warning in prune_warnings.
authorRob Savoye <rob@welcomehome.org>
Wed, 23 Mar 2005 02:07:35 +0000 (02:07 +0000)
committerRob Savoye <rob@welcomehome.org>
Wed, 23 Mar 2005 02:07:35 +0000 (02:07 +0000)
lib/target.exp

index 8dca7ce..5f20194 100644 (file)
@@ -267,7 +267,7 @@ proc prune_warnings { text } {
     regsub -all "(^|\n)(\[^\n\]*: warning: reference to compatibility glob\[^\n\]*\n?)" $text "\\1" text
 
     # Or the OpenBSD ones.
-    regsub -all "(^|\n)(\[^\n\]*: warning: \[^\n\]* is often misused, please use \[^\n\]*\n?)" $text "\\1" text
+i  regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning: \[^\n\]* is often misused, please use \[^\n\]*\n?)" $text "\\1" text
 
     # GNU ld warns about functions marked as dangerous in GNU libc.
     regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*is dangerous\[^\n\]*" $text "" text