* lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it.
For non Windows system.
This commit is contained in:
parent
dbdc44db15
commit
b6f06c32b4
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue