* lisp/progmodes/cc-bytecomp.el: Mark unused args
This commit is contained in:
parent
dbc9b15392
commit
709b985e61
1 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,7 @@
|
|||
(defvar cc-bytecomp-environment-set nil)
|
||||
|
||||
(defmacro cc-bytecomp-debug-msg (&rest args)
|
||||
(ignore args)
|
||||
;;`(message ,@args)
|
||||
)
|
||||
|
||||
|
@ -252,7 +253,7 @@ perhaps a `cc-bytecomp-restore-environment' is forgotten somewhere"))
|
|||
(cc-bytecomp-debug-msg
|
||||
"cc-bytecomp-restore-environment: Done"))))
|
||||
|
||||
(defun cc-bytecomp-load (cc-part)
|
||||
(defun cc-bytecomp-load (_cc-part)
|
||||
;; A dummy function which will immediately be overwritten by the
|
||||
;; following at load time. This should suppress the byte compiler
|
||||
;; error that the function is "not known to be defined".
|
||||
|
|
Loading…
Add table
Reference in a new issue