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.
This commit is contained in:
Robert Pluim 2021-09-21 10:20:10 +02:00
parent 5b962a7ad8
commit 0493dd36dc

View file

@ -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