fix some compile errors with gcc 4.3, some warnings, some documentation

This commit is contained in:
Benoit Jacob
2008-06-06 13:10:00 +00:00
parent 2126baf9dc
commit 869394ee8b
4 changed files with 9 additions and 12 deletions

View File

@@ -24,7 +24,7 @@
#include "main.h"
template<typename MatrixType> void verifySizeOf(const MatrixType& m)
template<typename MatrixType> void verifySizeOf(const MatrixType&)
{
typedef typename MatrixType::Scalar Scalar;
if (MatrixType::RowsAtCompileTime!=Dynamic && MatrixType::ColsAtCompileTime!=Dynamic)