changeset 11359:18c571c257aa

(compilation-error-regexp-alist): Remove superfluous SGI cc regexp.
author Roland McGrath <roland@gnu.org>
date Mon, 10 Apr 1995 16:45:47 +0000
parents cba458f0dc21
children 9a4d9102876b
files lisp/progmodes/compile.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Mon Apr 10 08:05:13 1995 +0000
+++ b/lisp/progmodes/compile.el	Mon Apr 10 16:45:47 1995 +0000
@@ -180,10 +180,6 @@
     ;; GNU messages with program name and optional column number.
     ("\n[^0-9 \n\t:]+:[ \t]*\\([^ \n\t:]+\\):\
 \\([0-9]+\\):\\(\\([0-9]+\\)[: \t]\\)?" 1 2 4)
-
-    ;; SGI Irix 5.2 compiler warnings
-    ;; cfe: Warning 835: vpr_tiff.c, line 65: No prototype for the call to rint
-    ("ning [0-9]+: \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3)
     )
   "Alist that specifies how to match errors in compiler output.
 Each elt has the form (REGEXP FILE-IDX LINE-IDX [COLUMN-IDX FILE-FORMAT...])