]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence byte-compiler warning for network-stream-tests.el
authorRobert Pluim <rpluim@gmail.com>
Tue, 21 Sep 2021 08:20:10 +0000 (10:20 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 21 Sep 2021 11:56:34 +0000 (13:56 +0200)
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

index 4a0b23dd26f3e24ee3925db7b7eae949af31d4e5..8f5bddb71fa4363405703f5f7b66a9f05036093c 100644 (file)
   (skip-unless (gnutls-available-p))
   (let ((server (make-tls-server 44667))
         (times 0)
-        nowait
+        (nowait nil) ; Workaround Bug#47080
         proc status)
     (unwind-protect
         (progn