mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
fix stupid warning (bug #185)
This commit is contained in:
parent
ac465a0891
commit
8e0a42350d
@ -30,7 +30,7 @@ namespace internal {
|
|||||||
/** \internal */
|
/** \internal */
|
||||||
inline void manage_multi_threading(Action action, int* v)
|
inline void manage_multi_threading(Action action, int* v)
|
||||||
{
|
{
|
||||||
static int m_maxThreads = -1;
|
static EIGEN_UNUSED int m_maxThreads = -1;
|
||||||
|
|
||||||
if(action==SetAction)
|
if(action==SetAction)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user