mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-25 14:03:33 -04:00
silenced a warning
This commit is contained in:
parent
bc0a6bffcf
commit
871b1d1c9b
@ -200,7 +200,7 @@ void BSAFile::readHeader()
|
|||||||
input.read(&stringBuf[0], stringBuf.size());
|
input.read(&stringBuf[0], stringBuf.size());
|
||||||
|
|
||||||
// Check our position
|
// Check our position
|
||||||
assert(input.tellg() == 12+dirsize);
|
assert(input.tellg() == static_cast<int> (12+dirsize));
|
||||||
|
|
||||||
// Calculate the offset of the data buffer. All file offsets are
|
// Calculate the offset of the data buffer. All file offsets are
|
||||||
// relative to this. 12 header bytes + directory + hash table
|
// relative to this. 12 header bytes + directory + hash table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user