mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(compilation-error-regexp-alist): Add an element for Irix 5.2 warnings.
This commit is contained in:
parent
f90531cc3f
commit
4cd90f206f
1 changed files with 4 additions and 0 deletions
|
|
@ -183,6 +183,10 @@ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2)
|
|||
;; foo.adb:2:1: Unit name does not match file name
|
||||
("\n\\([^ \n\t:]+\\):\\([0-9]+\\):\\([0-9]+\\)[: \t]" 1 2 3)
|
||||
|
||||
;; 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)
|
||||
|
||||
;; GNU message with program name and column number.
|
||||
("\n\\([^ \n\t:]+\\):\\([^ \n\t:]+\\):\
|
||||
\\([0-9]+\\):\\([0-9]+\\)[: \t]" 2 3 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue