]> git.eshelyaron.com Git - emacs.git/commit
Don't create nil-severity diagnostics in the Flymake C/C++ backend
authorJoão Távora <joaotavora@gmail.com>
Thu, 28 Mar 2019 17:51:12 +0000 (17:51 +0000)
committerJoão Távora <joaotavora@gmail.com>
Tue, 2 Jul 2019 15:09:52 +0000 (16:09 +0100)
commit1625fc184bebf0ce3c2782563aaa4029cdc95f3d
tree5c04b984e8f1e972c8e99851d2db0e354cb02234
parentf75e68fc9be2e7d9e3da46a83204ea88e4854174
Don't create nil-severity diagnostics in the Flymake C/C++ backend

* lisp/progmodes/flymake-cc.el (flymake-cc--make-diagnostics): Use
`:error` as a diagnostic severity.
lisp/progmodes/flymake-cc.el