diff options
author | Andrea Corallo <akrl@sdf.org> | 2021-03-07 20:25:28 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2021-03-07 20:26:46 +0100 |
commit | b6f06c32b47be265865949e1f09df4768d5a87e1 (patch) | |
tree | e30f68cee8885809f832ef7c4f1d9c4666fdbc2d /lisp/emacs-lisp | |
parent | dbdc44db15ef9daa24d92c59d4e158f3963a172f (diff) | |
download | emacs-b6f06c32b47be265865949e1f09df4768d5a87e1.tar.gz emacs-b6f06c32b47be265865949e1f09df4768d5a87e1.tar.bz2 emacs-b6f06c32b47be265865949e1f09df4768d5a87e1.zip |
* lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it.
For non Windows system.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." |