mirror of https://github.com/mgba-emu/mgba.git
VFS: One more warning fix
This commit is contained in:
parent
4809e62d18
commit
488bc93fcb
|
@ -315,6 +315,7 @@ const char* _vdezName(struct VDirEntry* vde) {
|
|||
|
||||
static enum VFSType _vdezType(struct VDirEntry* vde) {
|
||||
struct VDirEntryZip* vdez = (struct VDirEntryZip*) vde;
|
||||
UNUSED(vdez);
|
||||
return VFS_UNKNOWN;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue