mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix "unused variables" warnings and others
This commit is contained in:
@@ -214,6 +214,7 @@ static char* convert_string (const char *string, char *from, char *to)
|
||||
#else
|
||||
static char* convert_string (const char *string, char *from, char *to)
|
||||
{
|
||||
(void)from, (void)to;
|
||||
if (!string)
|
||||
return NULL;
|
||||
return g_strdup(string);
|
||||
@@ -301,6 +302,7 @@ gboolean test_conversion_charset (char *from, char *to)
|
||||
#else
|
||||
gboolean test_conversion_charset (char *from, char *to)
|
||||
{
|
||||
(void)from, (void)to;
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user