mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed compiler warnings on linux as well. Now there are (nearly)only ERT warnings left.
p4#: 20238
This commit is contained in:
@@ -142,7 +142,7 @@ bool RifEclipseOutputFileTools::keywordsOnFile(QStringList* keywords, size_t num
|
||||
}
|
||||
|
||||
// Append keyword to the list if it has the given number of values in total
|
||||
if (numKWValues == numDataItems)
|
||||
if (numKWValues == static_cast<int>(numDataItems))
|
||||
{
|
||||
keywords->append(QString(kw));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user