From: Eli Zaretskii Date: Thu, 30 Jan 2025 09:02:47 +0000 (+0200) Subject: ; * src/pdumper.c (dump_do_fixup): Pacify GCC. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51181faddf9e9d928fce24c6589c58c55654e273;p=emacs.git ; * src/pdumper.c (dump_do_fixup): Pacify GCC. (cherry picked from commit a99ba59aa02ef8cfd314737950b6cd8d97015925) --- diff --git a/src/pdumper.c b/src/pdumper.c index 9f0447eb5aa..bfa790b963a 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -3990,7 +3990,7 @@ dump_do_fixup (struct dump_context *ctx, Lisp_Object arg = dump_pop (&fixup); eassert (NILP (fixup)); dump_seek (ctx, dump_fixup_offset); - intptr_t dump_value; + intptr_t dump_value UNINIT; bool do_write = true; switch (type) {