Silence some warnings
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenVulkano
|
||||
|
||||
bool AddFile(const char* inArchiveName, const void* buffer, size_t length)
|
||||
{
|
||||
FileDescription description = FileDescription::MakeDescriptionForFile(inArchiveName, length);
|
||||
FileDescription description = FileDescription::MkFile(inArchiveName, length);
|
||||
return AddFile(description, buffer);
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace OpenVulkano
|
||||
if (buffer.first == nullptr) continue;
|
||||
size += buffer.second;
|
||||
}
|
||||
const FileDescription description = FileDescription::MakeDescriptionForFile(fileName, size);
|
||||
const FileDescription description = FileDescription::MkFile(fileName, size);
|
||||
return AddFile(description, buffers);
|
||||
}
|
||||
|
||||
@@ -95,4 +95,4 @@ namespace OpenVulkano
|
||||
return true;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user