aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/Parallelizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/products/Parallelizer.h')
-rw-r--r--Eigen/src/Core/products/Parallelizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/products/Parallelizer.h b/Eigen/src/Core/products/Parallelizer.h
index 3bdd30e5a..8f91879e4 100644
--- a/Eigen/src/Core/products/Parallelizer.h
+++ b/Eigen/src/Core/products/Parallelizer.h
@@ -22,7 +22,7 @@ namespace internal {
inline void manage_multi_threading(Action action, int* v)
{
static int m_maxThreads = -1;
- EIGEN_UNUSED_VARIABLE(m_maxThreads);
+ EIGEN_UNUSED_VARIABLE(m_maxThreads)
if(action==SetAction)
{