]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it.
authorAndrea Corallo <akrl@sdf.org>
Sun, 7 Mar 2021 19:25:28 +0000 (20:25 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 7 Mar 2021 19:26:46 +0000 (20:26 +0100)
For non Windows system.

lisp/emacs-lisp/comp.el

index cedbb786237bd5b28d5ab2ace1cebb5ac30edea9..7b2883b293b05f4f43459759b13db4c6a0948a43 100644 (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."