From 5967b14f48bd3886a0db3732696419c298efbab1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 1 Mar 2018 20:28:34 -0500 Subject: [PATCH] Quieten url-auth.el compilation * lisp/url/url-auth.el (url-digest-auth-nonce-count): Mark unused argument. --- lisp/url/url-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5