Quieten url-auth.el compilation
* lisp/url/url-auth.el (url-digest-auth-nonce-count): Mark unused argument.
This commit is contained in:
parent
7995f44bce
commit
5967b14f48
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue