Silent warning.

(grafted from a811a04696
)
This commit is contained in:
Gael Guennebaud
2017-02-20 10:14:21 +01:00
parent c3b658b2c9
commit d367ecb475
2 changed files with 8 additions and 8 deletions

View File

@@ -126,7 +126,7 @@ class TensorStorage<T, DSizes<IndexType, NumIndices_>, Options_>
}
else
m_data = 0;
EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN()
EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN({})
}
m_dimensions = nbDimensions;
}