summaryrefslogtreecommitdiff
path: root/boost/numeric/odeint/util/same_size.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/numeric/odeint/util/same_size.hpp')
-rw-r--r--boost/numeric/odeint/util/same_size.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/numeric/odeint/util/same_size.hpp b/boost/numeric/odeint/util/same_size.hpp
index 8fa6c7a3a0..81ae249d1f 100644
--- a/boost/numeric/odeint/util/same_size.hpp
+++ b/boost/numeric/odeint/util/same_size.hpp
@@ -83,7 +83,7 @@ struct same_size_fusion
}
template< class S1 , class S2 >
- bool same_size_op( const S1 &x1 , const S2 &x2 , boost::false_type ) const
+ bool same_size_op( const S1 &/*x1*/ , const S2 &/*x2*/ , boost::false_type ) const
{
return true;
}