]> git.eshelyaron.com Git - emacs.git/commit
Pacify 32-bit GCC 14.1.1 in timer_check_2
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2024 19:53:28 +0000 (20:53 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:53:32 +0000 (23:53 +0200)
commit360cfc1701fcbe6d0e2d10d42820a3bd81a1c07c
tree7361ede2ea86b94d5a1e77fcd86dea91c149c180
parentb14c4cd5359425b2935cf176d9f31b580aa1114f
Pacify 32-bit GCC 14.1.1 in timer_check_2

* src/keyboard.c (timer_check_2): Refactor to make flow control
more obvious, to pacify -Wanalyzer-use-of-uninitialized-value with
gcc 14.1.1 20240607 (Red Hat 14.1.1-5) on i686.

(cherry picked from commit 31517e81d0d8562e222d4b0de399915df956099f)
src/keyboard.c