fix warning about unused vars

This commit is contained in:
Josh Coalson
2002-12-23 19:50:59 +00:00
parent 709b7fcef4
commit 36f7d0a64d
2 changed files with 3 additions and 0 deletions

View File

@@ -368,6 +368,7 @@ FLAC__bool FLAC_plugin__id3v2_tag_get(const char *filename, FLAC_Plugin__Canonic
#ifdef FLAC__HAS_ID3LIB
return local__get_tag(filename, tag);
#else
(void)filename, (void)tag;
return false;
#endif
}