]> git.eshelyaron.com Git - emacs.git/commit
; Avoid compiler warnings in the MS-Windows build
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Feb 2025 10:21:51 +0000 (12:21 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:12:13 +0000 (12:12 +0100)
commitbdfd9865a5df8e43bbadb68fef215b776f12f025
treef24b54bc4f9c15f850b2b10de3a3a20c1ddd7bd0
parentbaaff6a1bd92ccbff8e70dc3bf562956456b9420
; Avoid compiler warnings in the MS-Windows build

* src/w32heap.c: Remove unused variables, to avoid compilation
warnings.  This removes variables that were used only in the
unexec build.

(cherry picked from commit 22ab03e155adc4df0623e3ee9c2cc56a228e148a)
src/w32heap.c