mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-30 02:05:18 +08:00
bug #1689 fix used-but-marked-unused warning
This commit is contained in:
parent
56c6373f82
commit
bfbf7da047
@ -21,7 +21,8 @@ namespace internal {
|
|||||||
/** \internal */
|
/** \internal */
|
||||||
inline void manage_multi_threading(Action action, int* v)
|
inline void manage_multi_threading(Action action, int* v)
|
||||||
{
|
{
|
||||||
static EIGEN_UNUSED int m_maxThreads = -1;
|
static int m_maxThreads = -1;
|
||||||
|
EIGEN_UNUSED_VARIABLE(m_maxThreads);
|
||||||
|
|
||||||
if(action==SetAction)
|
if(action==SetAction)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user