mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * src/sound.c (Fw32_sound_volume): Shut up GCC warning.
This commit is contained in:
parent
93f40d1bb7
commit
91b08717d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue