mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
@@ -661,7 +661,7 @@ struct BinFileReaderState
|
||||
foreach(int num, unknown_format_identifiers) {
|
||||
errors << QString("unknow format identifier %1; ignoring it").arg(num);
|
||||
}
|
||||
foreach(int num, unused_record_types) {
|
||||
/*foreach(int num, unused_record_types) {
|
||||
errors << QString("unused record type \"%1\" (%2)\n").arg(global_record_types[num].toAscii().constData())
|
||||
.arg(num);
|
||||
}
|
||||
@@ -674,7 +674,7 @@ struct BinFileReaderState
|
||||
.arg(global_record_types[record_type].toAscii().constData())
|
||||
.arg(record_type);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
foreach(int num, unexpected_record_types) {
|
||||
errors << QString("unexpected record type %1 (%2)\n").arg(global_record_types[num]).arg(num);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user