diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2021-06-16 18:05:41 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2021-06-16 18:05:41 +0200 |
commit | 7c22aa36cd622ba2a9176e319ce5fb2b06f87801 (patch) | |
tree | 2e1e577375205d1175e509bb9910893b01f01a4b /lisp/emacs-lisp | |
parent | 1f4e919cb2fc81976346aacbef4126753c423724 (diff) | |
download | emacs-7c22aa36cd622ba2a9176e319ce5fb2b06f87801.tar.gz emacs-7c22aa36cd622ba2a9176e319ce5fb2b06f87801.tar.bz2 emacs-7c22aa36cd622ba2a9176e319ce5fb2b06f87801.zip |
Eliminate some GCC warnings
* src/doprnt.c (exprintf, evxprintf):
* src/lisp.h (exprintf, evxprintf): Don't use a pointer-to-const type
for the `nonheapbuf` argument: although it is never dereferenced, GCC
will warn when passing a pointer to uninitialised memory otherwise.
* src/fns.c (sort_vector_copy, realize_face, realize_gui_face)
(realize_tty_face): Use the same signatures in the prototypes as in
the actual function definitions.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions