aboutsummaryrefslogtreecommitdiffstats
path: root/methods/powell
diff options
context:
space:
mode:
Diffstat (limited to 'methods/powell')
-rw-r--r--methods/powell/powell_method.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/powell/powell_method.hpp b/methods/powell/powell_method.hpp
index 228a526..a80f3da 100644
--- a/methods/powell/powell_method.hpp
+++ b/methods/powell/powell_method.hpp
@@ -226,10 +226,10 @@ namespace opt_utilities
return start_point;
}
- void do_set_lower_limit(const array1d_type& p)
+ void do_set_lower_limit(const array1d_type&)
{}
- void do_set_upper_limit(const array1d_type& p)
+ void do_set_upper_limit(const array1d_type&)
{}
void do_set_precision(rT t)