Remove useless buffer signedness warnings, use
void * rather than "x char *" git-svn-id: https://svn.musicpd.org/mpd/trunk@4408 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
c7c8bd43db
commit
a150663e71
@ -63,7 +63,7 @@ void flushOutputBuffer(OutputBuffer * cb) {
|
||||
}
|
||||
|
||||
int sendDataToOutputBuffer(OutputBuffer * cb, InputStream * inStream,
|
||||
DecoderControl * dc, int seekable, char * dataIn,
|
||||
DecoderControl * dc, int seekable, void * dataIn,
|
||||
long dataInLen, float time, mpd_uint16 bitRate,
|
||||
ReplayGainInfo * replayGainInfo)
|
||||
{
|
||||
|
@ -56,7 +56,7 @@ int sendDataToOutputBuffer(
|
||||
InputStream * inStream,
|
||||
DecoderControl * dc,
|
||||
int seekable,
|
||||
char * data,
|
||||
void * data,
|
||||
long datalen,
|
||||
float time,
|
||||
mpd_uint16 bitRate,
|
||||
|
Loading…
Reference in New Issue
Block a user