; * src/sound.c (Fw32_sound_volume): Shut up GCC warning.

This commit is contained in:
Eli Zaretskii 2026-04-05 09:54:56 +03:00
parent 93f40d1bb7
commit 91b08717d4

View file

@ -1367,7 +1367,7 @@ current volume setting.
The return value is the integer volume setting before the change, if any. */)
(Lisp_Object volume)
{
DWORD ui_volume, ui_volume_orig;
DWORD ui_volume = 0, ui_volume_orig;
MMRESULT mm_result = MMSYSERR_NOERROR;
if (FIXNUMP (volume))