]> git.eshelyaron.com Git - emacs.git/commitdiff
Quieten url-auth.el compilation
authorGlenn Morris <rgm@gnu.org>
Fri, 2 Mar 2018 01:28:34 +0000 (20:28 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 2 Mar 2018 01:28:34 +0000 (20:28 -0500)
* lisp/url/url-auth.el (url-digest-auth-nonce-count):
Mark unused argument.

lisp/url/url-auth.el

index 4f7b5446743fc2a74fab934ee4f5bf9a800902f4..67e701ecb1661f65ceee1dc769ca03133eaea205 100644 (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.