summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-01 20:28:34 -0500
committerGlenn Morris <rgm@gnu.org>2018-03-01 20:28:34 -0500
commit5967b14f48bd3886a0db3732696419c298efbab1 (patch)
tree17a917a82cbe2ea0f167f6b0311d696ab8345a86 /lisp
parent7995f44bced3b9e97e52efa5704125bd5ca1f46e (diff)
downloademacs-5967b14f48bd3886a0db3732696419c298efbab1.tar.gz
Quieten url-auth.el compilation
* lisp/url/url-auth.el (url-digest-auth-nonce-count): Mark unused argument.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/url/url-auth.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-auth.el b/lisp/url/url-auth.el
index 4f7b5446743..67e701ecb16 100644
--- a/lisp/url/url-auth.el
+++ b/lisp/url/url-auth.el
@@ -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.