]> git.eshelyaron.com Git - emacs.git/commit
Pacify "statement not reached" in value_cmp
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Apr 2025 18:58:34 +0000 (11:58 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 21 Apr 2025 20:41:02 +0000 (22:41 +0200)
commit819c6f996d27d7694437939ec1761155ecfdeb72
tree1a14915b3d08f47fd4de3cabae9d6d2f4e071689
parent69dcc69f1a323f3cb60fb8ef3a18d2f85030a408
Pacify "statement not reached" in value_cmp

Problem found by Oracle Developer Studio 12.6.
* src/fns.c (value_cmp): Omit unnecessary goto.

(cherry picked from commit 4fa10b5760c7ded3cc18d0da614a5f0cd38edfef)
src/fns.c