]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist): Remove superfluous SGI cc regexp.
authorRoland McGrath <roland@gnu.org>
Mon, 10 Apr 1995 16:45:47 +0000 (16:45 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 10 Apr 1995 16:45:47 +0000 (16:45 +0000)
lisp/progmodes/compile.el

index ed89a985fab089bbb02c7fe3c640159cf237f79b..936e96c87552dc0f28993da14fce8dab0ca408a4 100644 (file)
@@ -180,10 +180,6 @@ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2)
     ;; 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...])