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:
parent
5b962a7ad8
commit
0493dd36dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue