diff --git a/Base/Axis/IAxis.cpp b/Base/Axis/IAxis.cpp
index 9431c618d6612dfb01159e5f3460ab4d2936d353..644be67001eec8d6bea62b5a459735eee04d9ef0 100644
--- a/Base/Axis/IAxis.cpp
+++ b/Base/Axis/IAxis.cpp
@@ -36,7 +36,7 @@ IAxis* IAxis::createClippedAxis(double lower, double upper) const
     return newAxis;
 }
 
-void IAxis::clip(double lower, double upper)
+void IAxis::clip(double /*lower*/, double /*upper*/)
 {
     throw std::runtime_error("IAxis::clip() -> Error. Not implemented.");
 }