Quieten url-auth.el compilation

* lisp/url/url-auth.el (url-digest-auth-nonce-count):
Mark unused argument.
This commit is contained in:
Glenn Morris 2018-03-01 20:28:34 -05:00
parent 7995f44bce
commit 5967b14f48

View file

@ -194,7 +194,7 @@ key cache `url-digest-auth-storage'."
(base64-encode-string
(apply 'format "%016x%04x%04x%05x%05x" (random) (current-time)) t))
(defun url-digest-auth-nonce-count (nonce)
(defun url-digest-auth-nonce-count (_nonce)
"The number requests sent to server with the given NONCE.
This count includes the request we're preparing here.