mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes to remove warnings from gcc-4.0.0
This commit is contained in:
@@ -88,7 +88,7 @@ char* FLAC_plugin__charset_convert_string (const char *string, char *from, char
|
||||
outptr = out;
|
||||
|
||||
retry:
|
||||
if (iconv(cd, (char**)&input, &length, &outptr, &outleft) == -1)
|
||||
if (iconv(cd, (char**)&input, &length, &outptr, &outleft) == (size_t)(-1))
|
||||
{
|
||||
int used;
|
||||
switch (errno)
|
||||
|
||||
Reference in New Issue
Block a user