mirror of
https://github.com/taglib/taglib.git
synced 2026-06-14 02:09:27 -04:00
Windows: Remove unused FileName member, disable two warnings
This commit is contained in:
@@ -68,7 +68,7 @@ namespace
|
||||
AudioProperties::ReadStyle audioPropertiesStyle)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
if(::strlen(fileName) == 0 && ::wcslen(fileName) == 0)
|
||||
if(::wcslen(fileName) == 0)
|
||||
return 0;
|
||||
#else
|
||||
if(::strlen(fileName) == 0)
|
||||
|
||||
Reference in New Issue
Block a user