mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
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
@ -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…
Reference in New Issue
Block a user