VFS: One more warning fix

This commit is contained in:
Jeffrey Pfau 2015-08-29 00:09:16 -07:00
parent 4809e62d18
commit 488bc93fcb
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}