aboutsummaryrefslogtreecommitdiff
path: root/bench/btl/generic_bench/utils/size_lin_log.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/generic_bench/utils/size_lin_log.hh')
-rw-r--r--bench/btl/generic_bench/utils/size_lin_log.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/generic_bench/utils/size_lin_log.hh b/bench/btl/generic_bench/utils/size_lin_log.hh
index bca3932ae..bbc9f543d 100644
--- a/bench/btl/generic_bench/utils/size_lin_log.hh
+++ b/bench/btl/generic_bench/utils/size_lin_log.hh
@@ -23,7 +23,7 @@
#include "size_log.hh"
template<class Vector>
-void size_lin_log(const int nb_point, const int size_min, const int size_max, Vector & X)
+void size_lin_log(const int nb_point, const int /*size_min*/, const int size_max, Vector & X)
{
int ten=10;
int nine=9;