Re: [Qemu-devel] [PATCH 3/6] Fix compilation warning due to incorrectly specified type

2011-05-29 Thread Andreas Färber
Am 27.05.2011 um 19:42 schrieb Stefan Weil: Am 27.05.2011 19:22, schrieb Alexandre Raymond: 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’:

[Qemu-devel] [PATCH 3/6] Fix compilation warning due to incorrectly specified type

2011-05-27 Thread Alexandre Raymond
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:

Re: [Qemu-devel] [PATCH 3/6] Fix compilation warning due to incorrectly specified type

2011-05-27 Thread Stefan Weil
Am 27.05.2011 19:22, schrieb Alexandre Raymond: 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