]> git.eshelyaron.com Git - emacs.git/commit
* src/fns.c (hash_string): Suppress warning on 32-bit platforms
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 22 Feb 2024 19:15:33 +0000 (20:15 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:40:24 +0000 (18:40 +0100)
commitc5afc11aa5845b213f8f979ea38de7d656aa94b3
treecc85505943e49c3c9847aa9be89065a0b147b42a
parentcfa615db6a41e014a57c469080a33ba91126dff7
* src/fns.c (hash_string): Suppress warning on 32-bit platforms

Remove a shift-too-wide complaint by GCC in code that is never reached
on platforms where that shift is too wide.

(cherry picked from commit 53e60fb004c0e8b40b01fcfcf7f406557e35aa3e)
src/fns.c