]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: fix many compiler warnings which would appear with lexical binding
authorAlan Mackenzie <acm@muc.de>
Mon, 9 Nov 2020 21:19:19 +0000 (21:19 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 9 Nov 2020 21:19:19 +0000 (21:19 +0000)
commitae3904bb5df1136cd6e8fb9d53cc2e081cf2fd01
treeac25a50676f1a6430d44bebbbf4a32503dd9c089
parent8ece715af613d238a86092abf62db57ded6c55b3
CC Mode: fix many compiler warnings which would appear with lexical binding

* lisp/progmodes/cc-align.el (three places) prefix langelem with a _.

* lisp/progmodes/cc-{cmds,engine}.el: Remove superfluous local variables.

* lisp/progmodes/cc-defs.el (c-will-be-unescaped): Remove unused parameter
end.
* lisp/progmodes/cc-engine.el (c-looking-at-decl-block): Remove unused
parameter containing-sexp.
(c-looking-at-special-brace-list); Remove unused parameter lim.
(c-add-class-syntax): Remove unused parameter paren-state.
lisp/progmodes/cc-align.el
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-mode.el