Fix some compile warnings in taglib

This commit is contained in:
Jonas Kvinge
2020-04-23 21:51:14 +02:00
parent 49e2615d14
commit 8a5d5ad952
3 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ namespace
#endif
}
FileHandle openFile(const int fileDescriptor, bool readOnly)
FileHandle openFile(const int, bool)
{
return InvalidFileHandle;
}