Silence some warnings.

This commit is contained in:
Atgeirr Flø Rasmussen
2020-01-13 10:07:33 +01:00
parent 1985f094a3
commit b3f8209542
5 changed files with 4 additions and 8 deletions

View File

@@ -2952,8 +2952,7 @@ void Schedule::handleGRUPTREE( const DeckKeyword& keyword, size_t currentStep, c
state2.data().begin(), comparePtr);
};
auto&& compareMap = [comparePtr,
compareDynState](const auto& map1, const auto& map2) {
auto&& compareMap = [compareDynState](const auto& map1, const auto& map2) {
if (map1.size() != map2.size())
return false;
auto it2 = map2.begin();