Fix various small issues detected by gcc

This commit is contained in:
Gael Guennebaud
2014-08-01 16:24:23 +02:00
parent c2ff44cbf3
commit 107bb308c3
5 changed files with 8 additions and 8 deletions

View File

@@ -200,7 +200,7 @@ public:
public:
EIGEN_STRONG_INLINE InnerIterator(const unary_evaluator& xprEval, Index outer)
: Base(xprEval.m_argImpl,outer)
: Base(xprEval.m_argImpl,outer), m_returnOne(false)
{
if(SkipFirst)
{