fix stupid warning (bug #185)
This commit is contained in:
parent
ac465a0891
commit
8e0a42350d
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user