Merge from trunk.

This commit is contained in:
David Given
2019-04-16 20:16:38 +02:00
47 changed files with 644 additions and 114 deletions

View File

@@ -10,7 +10,7 @@
static_assert(std::is_trivially_copyable<IbmIdam>::value,
"IbmIdam is not trivially copyable");
SectorVector AbstractIbmDecoder::decodeToSectors(const RawRecordVector& rawRecords, unsigned)
SectorVector AbstractIbmDecoder::decodeToSectors(const RawRecordVector& rawRecords, unsigned, unsigned)
{
bool idamValid = false;
IbmIdam idam;