changeset 1528:14c07e445365

Fix compiler warning
author Chris Cannam
date Mon, 07 Oct 2019 09:43:31 +0100
parents 88fcbc4d93dd
children adbc3f1c4c4e
files layer/BoxLayer.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/layer/BoxLayer.cpp	Fri Oct 04 16:35:22 2019 +0100
+++ b/layer/BoxLayer.cpp	Mon Oct 07 09:43:31 2019 +0100
@@ -223,7 +223,7 @@
 }
 
 bool
-BoxLayer::adoptExtents(double min, double max, QString unit)
+BoxLayer::adoptExtents(double /* min */, double /* max */, QString unit)
 {
     auto model = ModelById::getAs<BoxModel>(m_model);
     if (!model) return false;