mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-13 00:21:49 +08:00
bug #1689 fix used-but-marked-unused warning
(grafted from bfbf7da0478afe75e19a953f0925bbd492bcd427 )
This commit is contained in:
parent
7b93328baf
commit
6b59aa705a
@ -17,7 +17,8 @@ namespace internal {
|
||||
/** \internal */
|
||||
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user