Skip to content
Snippets Groups Projects
Commit 99c99564 authored by ram's avatar ram
Browse files

Fixed compiler notification to dink the error/warning count.

parent 736569b2
Branches issue-100-ldb-base-char-printing
No related tags found
No related merge requests found
......@@ -166,6 +166,9 @@
:message message
:line line)))
(message "~A" message)
(case severity
(:error (incf (note-errors note)))
(:warning (incf (note-warnings note))))
(let ((region (case (note-kind note)
(:compile
(note-region note))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment