From: Stefan Monnier Date: Wed, 5 Jul 2017 02:29:49 +0000 (-0400) Subject: * lisp/progmodes/cc-bytecomp.el: Mark unused args X-Git-Tag: emacs-26.0.90~520^2~11^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=709b985e610118114b7edf9310af24aab4e62bad;p=emacs.git * lisp/progmodes/cc-bytecomp.el: Mark unused args --- diff --git a/lisp/progmodes/cc-bytecomp.el b/lisp/progmodes/cc-bytecomp.el index e98b3dfa9df..f15d28e3da4 100644 --- a/lisp/progmodes/cc-bytecomp.el +++ b/lisp/progmodes/cc-bytecomp.el @@ -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".