branch: elpa/d-mode
commit 7d4d63741a54ccb4df6bff7d00eb79e5545a9fbf
Merge: 5501b77 3e80976
Author: Russel Winder <[email protected]>
Commit: Russel Winder <[email protected]>
Merge pull request #57 from MartinNowak/master
recognize deprecation warnings
---
d-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/d-mode.el b/d-mode.el
index 3d84eaf..c360780 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -192,7 +192,7 @@ operators."
;; compilation-error-regexp-alist.
(add-to-list 'compilation-error-regexp-alist-alist
'(ldc
- "^\\([^: \n]+\\)(\\([0-9]+\\)): \\(?:
*\\(?3:\\(?:W\\(?::\\|arning\\)\\|warning\\)\\)\\|
*\\(?4:[Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|\\[ skipping \\.+
]\\|instantiated from\\|required from\\|[Nn]ote\\)\\| *\\(?:[Ee]rror\\)\\)"
+ "^\\([^: \n]+\\)(\\([0-9]+\\)): \\(?:
*\\(?3:\\(?:W\\(?::\\|arning\\)\\|warning\\)\\)\\|
*\\(?4:[Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|\\[ skipping \\.+
]\\|instantiated from\\|required from\\|[Nn]ote\\)\\| *\\(?:[Ee]rror\\)\\|
*Deprecation\\)"
1 2 nil (3 . 4)))
(add-to-list 'compilation-error-regexp-alist 'ldc)