Advertisement
Guest User

fg

a guest
May 7th, 2010
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Index: checklog.pl
  2. ===================================================================
  3. --- checklog.pl (revision 25739)
  4. +++ checklog.pl (working copy)
  5. @@ -32,6 +32,10 @@
  6. #print "Warning: $line";
  7. }
  8. }
  9. + elsif ($line =~ /^([^:]*):(\d*): *note: (.*)/)
  10. + {
  11. + # we don't care about notes
  12. + }
  13. elsif (($line =~ /^([^:]+):(\d+):(.+)/) ||
  14. ($line =~ /: undefined reference to/) ||
  15. ($line =~ /gcc: .*: No such file or/) ||
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement