aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
diff options
context:
space:
mode:
authorGravatar Alexander Neumann <Alexander.Neumann@hamburg.de>2020-09-07 11:42:30 +0200
committerGravatar Alexander Neumann <Alexander.Neumann@hamburg.de>2020-09-07 11:42:30 +0200
commit5272106826f1b9a0b938878e06c6cebd12a26a9c (patch)
tree67add4faa1f505c489d267d948732a3a823f5ba8 /Eigen/src/Core/products
parent5f25bcf7d6918f5c6091fb4e961e5607e13b7324 (diff)
remove semi triggering -Wextra-semi-stmt
Diffstat (limited to 'Eigen/src/Core/products')
-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)
{