mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
most of the serious unused vars are removed, so i'll silence those now... and maaaaaany other fixes
This commit is contained in:
@@ -296,7 +296,7 @@ void FileManifest::addStoredManifestEntry(const char *fileName, const char * sce
|
||||
entry->size = fileSize;
|
||||
entry->accesses = 0;
|
||||
|
||||
std::pair<ManifestMap::iterator, bool> insertReturn = s_manifest.insert(std::pair<const uint32, FileManifestEntry*>(crc, entry));
|
||||
s_manifest.insert(std::pair<const uint32, FileManifestEntry*>(crc, entry));
|
||||
|
||||
delete entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user