]> git.eshelyaron.com Git - emacs.git/commit
Vanilla build warning clean-up
authorAndrea Corallo <akrl@sdf.org>
Fri, 4 Dec 2020 21:31:36 +0000 (22:31 +0100)
committerAndrea Corallo <akrl@sdf.org>
Fri, 4 Dec 2020 22:21:15 +0000 (23:21 +0100)
commit39bdb3f6f54cdba80f1efbecab4bbb08428e7cc8
treee9bbb5e96cad61716ab68de5956eccc515f3eb9d
parentdcfd367d282ab37f00373a424fd193022a8f4bf6
Vanilla build warning clean-up

* lisp/emacs-lisp/disass.el (native-comp-unit-file)
(subr-native-comp-unit): Declare function.
* lisp/progmodes/elisp-mode.el (native-compile): Likewise.
* lisp/emacs-lisp/package.el (comp-el-to-eln-filename): Likewise.
* lisp/startup.el (normal-top-level): Silence warning.
* src/data.c (syms_of_data): 'Ssubr_native_lambda_list' is always
defined.
* src/pdumper.c (dump_cold_native_subr): Move under ifdefs.
(dump_drain_cold_data): Add ifdefs.
lisp/emacs-lisp/disass.el
lisp/emacs-lisp/package.el
lisp/progmodes/elisp-mode.el
lisp/startup.el
src/data.c
src/pdumper.c