* lisp/progmodes/cc-fonts.el: Silence some compiler warnings
(c-font-lock-declarators): Mark `id_end` and `not-top` as unused.
This commit is contained in:
parent
46b434a62c
commit
35ef33dd23
1 changed files with 1 additions and 1 deletions
|
@ -1042,7 +1042,7 @@ casts and declarations are fontified. Used on level 2 and higher."
|
|||
(c-do-declarators
|
||||
limit list not-top
|
||||
(if types 'c-decl-type-start 'c-decl-id-start)
|
||||
(lambda (id-start id-end end-pos not-top is-function init-char)
|
||||
(lambda (id-start _id-end end-pos _not-top is-function init-char)
|
||||
(if types
|
||||
;; Register and fontify the identifier as a type.
|
||||
(let ((c-promote-possible-types t))
|
||||
|
|
Loading…
Add table
Reference in a new issue