* lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it.

For non Windows system.
This commit is contained in:
Andrea Corallo 2021-03-07 20:25:28 +01:00
parent dbdc44db15
commit b6f06c32b4

View file

@ -3818,6 +3818,7 @@ processes from `comp-async-compilations'"
do (remhash file-name comp-async-compilations))
(hash-table-count comp-async-compilations))
(declare-function w32-get-nproc "w32.c")
(defvar comp-num-cpus nil)
(defun comp-effective-async-max-jobs ()
"Compute the effective number of async jobs."