Fix warnings and nopch build

This commit is contained in:
Shauren
2019-06-08 17:57:58 +02:00
parent 3bf084c70e
commit 101f82855e
4 changed files with 6 additions and 9 deletions

View File

@@ -262,7 +262,7 @@ public:
std::unique_ptr<std::unique_ptr<DB2PalletValue[]>[]> palletValues, std::unique_ptr<std::unique_ptr<DB2PalletValue[]>[]> palletArrayValues,
std::unique_ptr<std::unordered_map<uint32, uint32>[]> commonValues) override;
void SkipEncryptedSection(uint32 section) override;
bool LoadTableData(DB2FileSource* source, uint32 section) override { return true; }
bool LoadTableData(DB2FileSource* /*source*/, uint32 /*section*/) override { return true; }
bool LoadCatalogData(DB2FileSource* source, uint32 section) override;
void SetAdditionalData(std::vector<uint32> /*idTable*/, std::vector<DB2RecordCopy> /*copyTable*/, std::vector<DB2IndexData> /*parentIndexes*/) override;
char* AutoProduceData(uint32& records, char**& indexTable, std::vector<char*>& stringPool) override;