From: Robert Pluim Date: Tue, 21 Sep 2021 08:20:10 +0000 (+0200) Subject: Silence byte-compiler warning for network-stream-tests.el X-Git-Tag: emacs-28.0.90~788 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0493dd36dc8ae6afa99ef27fb0418f4be95bcf75;p=emacs.git 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. --- diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el index 4a0b23dd26f..8f5bddb71fa 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