mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 07:16:53 -06:00
Column based user data parser. Fix Linux warning
This commit is contained in:
parent
0c8067f022
commit
71bb26a292
@ -122,7 +122,7 @@ void RifColumnBasedUserDataParser::parseTableData(const QString& data)
|
||||
QStringList entries = qLine.split(" ", QString::SkipEmptyParts);
|
||||
|
||||
if (stepTypeIndex > -1 &&
|
||||
entries.size() < columnInfos.size())
|
||||
(unsigned int)entries.size() < columnInfos.size())
|
||||
{
|
||||
entries.insert(stepTypeIndex, " ");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user