Mercurial > hg > svgui
diff layer/BoxLayer.cpp @ 1528:14c07e445365
Fix compiler warning
author | Chris Cannam |
---|---|
date | Mon, 07 Oct 2019 09:43:31 +0100 |
parents | 2e94c268f7a0 |
children | 37df1530519d |
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;