qemu-e2k/audio
Alexandre Raymond d9cbb0f3ed Fix compilation warning due to incorrectly specified type
In audio/coreaudio.c, a variable named "str" was assigned "const char" values,
which resulted in the following warnings:

-----8<-----
audio/coreaudio.c: In function ‘coreaudio_logstatus’:
audio/coreaudio.c:59: warning: initialization discards qualifiers from pointer target type
audio/coreaudio.c:63: warning: assignment discards qualifiers from pointer target type
(...)
-----8<-----

Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
Acked-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
2011-06-14 03:08:56 +02:00
..
alsaaudio.c
audio_int.h
audio_pt_int.c Fix compilation warning due to missing header for sigaction (followup) 2011-06-08 09:04:29 +01:00
audio_pt_int.h
audio_template.h
audio_win_int.c
audio_win_int.h
audio.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
audio.h
coreaudio.c Fix compilation warning due to incorrectly specified type 2011-06-14 03:08:56 +02:00
dsound_template.h
dsoundaudio.c
esdaudio.c
fmodaudio.c
mixeng_template.h audio: fix integer overflow expression 2011-06-01 00:14:07 +04:00
mixeng.c
mixeng.h
noaudio.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
ossaudio.c
paaudio.c
rate_template.h
sdlaudio.c Fix compilation warning due to missing header for sigaction (followup) 2011-06-08 09:04:29 +01:00
spiceaudio.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
wavaudio.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
wavcapture.c
winwaveaudio.c