From: Andrea Corallo Date: Sun, 7 Mar 2021 19:25:28 +0000 (+0100) Subject: * lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it. X-Git-Tag: emacs-28.0.90~2727^2~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6f06c32b47be265865949e1f09df4768d5a87e1;p=emacs.git * lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it. For non Windows system. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index cedbb786237..7b2883b293b 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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."