]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation warnings in --with-wide-int build on Windows
authorEli Zaretskii <eliz@gnu.org>
Wed, 3 Mar 2021 18:15:58 +0000 (20:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 3 Mar 2021 18:15:58 +0000 (20:15 +0200)
commit30810905de7662b36b7ac9275bb9cbb2a563c277
tree2aca3873e6da4118c7f2a3123fc1160a1162f05f
parente5a0d4c42583fe38e38ab7782b8928ca54f82fad
Fix compilation warnings in --with-wide-int build on Windows

* src/comp.c (emit_rvalue_from_emacs_uint)
(emit_rvalue_from_lisp_word_tag): Fix comparison of unsigned
values.
(gcc_jit_context_new_rvalue_from_ptr): Define only if
LISP_WORDS_ARE_POINTERS, to avoid compilation warning.
(init_gccjit_functions): Load gcc_jit_context_new_rvalue_from_ptr
only if LISP_WORDS_ARE_POINTERS.
src/comp.c