emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5967b14 2/4: Quieten url-auth.el compilation


From: Glenn Morris
Subject: [Emacs-diffs] master 5967b14 2/4: Quieten url-auth.el compilation
Date: Thu, 1 Mar 2018 20:32:58 -0500 (EST)

branch: master
commit 5967b14f48bd3886a0db3732696419c298efbab1
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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 4f7b544..67e701e 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]