Fixed several compiler warning on Linux

p4#: 22370
This commit is contained in:
Magne Sjaastad
2013-09-10 08:47:28 +02:00
parent 7ddef25ce0
commit 5dbc15998f
5 changed files with 9 additions and 9 deletions
@@ -258,8 +258,8 @@ void RimProject::initAfterRead()
if (casesObsolete().size() > 0 || caseGroupsObsolete.size() > 0)
{
printf("RimProject::initAfterRead: Was not able to move all cases (%i left) or caseGroups (%i left) from Project to analysisModels",
casesObsolete().size(), caseGroupsObsolete.size());
//printf("RimProject::initAfterRead: Was not able to move all cases (%i left) or caseGroups (%i left) from Project to analysisModels",
// casesObsolete().size(), caseGroupsObsolete.size());
}
// Set project pointer to each well path
@@ -95,4 +95,4 @@ private:
void readAllWellData(QString filePath);
std::map<QString, std::vector<WellData> > m_fileNameToWellDataGroupMap;
};
};