Fix most compilation warnings for gcc, clang, release, debug.

This commit is contained in:
Tom Ritchford
2014-10-01 16:44:00 -04:00
committed by Nik Bougalis
parent b651e0146d
commit 0f71b4a378
9 changed files with 18 additions and 8 deletions

View File

@@ -96,6 +96,7 @@ public:
std::forward_as_tuple (jt.type ()),
std::forward_as_tuple (jt, m_collector)));
assert (result.second == true);
(void) result.second;
}
}
}