fix stupid warning (bug #185)

This commit is contained in:
Gael Guennebaud 2011-02-14 15:33:26 +01:00
parent ac465a0891
commit 8e0a42350d

View File

@ -30,7 +30,7 @@ namespace internal {
/** \internal */
inline void manage_multi_threading(Action action, int* v)
{
static int m_maxThreads = -1;
static EIGEN_UNUSED int m_maxThreads = -1;
if(action==SetAction)
{