summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/find-func.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-08-11 18:35:44 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-08-11 18:36:37 -0700
commit4491a55ac3c4e85a64e47519c8670ba23ae8d2f6 (patch)
tree1227d24a600ffb6ecbe8b64509544d9b5d8726a2 /lisp/emacs-lisp/find-func.el
parentdb3a7dfccceb9498227ab06e981706199e1e0f1b (diff)
downloademacs-4491a55ac3c4e85a64e47519c8670ba23ae8d2f6.tar.gz
emacs-4491a55ac3c4e85a64e47519c8670ba23ae8d2f6.tar.bz2
emacs-4491a55ac3c4e85a64e47519c8670ba23ae8d2f6.zip
Don’t warn about integer conversion in pdumper.c
Problem reported by Juanma Barranquero in: https://lists.gnu.org/r/emacs-devel/2020-08/msg00279.html and a similar glitch was reported by Eli Zaretskii (Bug#36597#67). * src/pdumper.c: Remove -Wconversion pragma. (ALLOW_IMPLICIT_CONVERSION, DISALLOW_IMPLICIT_CONVERSION): Remove. All uses removed. Although -Wconversion may have been helpful when writing pdumper.c it is now causing more trouble than it’s worth here (just as in the rest of Emacs). (dump_read_all): Avoid no-longer-necessary use of ‘size_t’ rather than ‘int’.
Diffstat (limited to 'lisp/emacs-lisp/find-func.el')
0 files changed, 0 insertions, 0 deletions