]> git.eshelyaron.com Git - emacs.git/commit
Avoid compiler warning in process_mark_stack
authorPip Cet <pipcet@protonmail.com>
Thu, 22 Aug 2024 05:49:33 +0000 (05:49 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 10:36:09 +0000 (11:36 +0100)
commitdabdca7a0d30b07d00a9d265da1a44cec09a0adc
tree9b1508f21625fd121419d0a6f0b3d6f884e56457
parent83e507b8d896b38822b3552802304a6aa8e53c74
Avoid compiler warning in process_mark_stack

* src/alloc.c (process_mark_stack): Only declare and assign to 'po' if
it's needed.
Problem reported by: Stefan Kangas <stefankangas@gmail.com>.

(cherry picked from commit c951fd415cd243eeda3caf2e536967a762bd0ffe)
src/alloc.c