emacs-diffs
[Top][All Lists]
Advanced

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

master 0493dd3 1/3: Silence byte-compiler warning for network-stream-tes


From: Robert Pluim
Subject: master 0493dd3 1/3: Silence byte-compiler warning for network-stream-tests.el
Date: Tue, 21 Sep 2021 07:59:28 -0400 (EDT)

branch: master
commit 0493dd36dc8ae6afa99ef27fb0418f4be95bcf75
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    Silence byte-compiler warning for network-stream-tests.el
    
    The api specifically requires a symbol here, so we can't just replace
    nowait with nil.
    
    * test/lisp/net/network-stream-tests.el
    (open-gnutls-stream-old-api-wait): Add explicit value for nowait
    to silence byte-compiler warning due to Bug#47080.
---
 test/lisp/net/network-stream-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/net/network-stream-tests.el 
b/test/lisp/net/network-stream-tests.el
index 4a0b23d..8f5bddb 100644
--- a/test/lisp/net/network-stream-tests.el
+++ b/test/lisp/net/network-stream-tests.el
@@ -611,7 +611,7 @@
   (skip-unless (gnutls-available-p))
   (let ((server (make-tls-server 44667))
         (times 0)
-        nowait
+        (nowait nil) ; Workaround Bug#47080
         proc status)
     (unwind-protect
         (progn



reply via email to

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