Mercurial > hg > svcore
changeset 1204:35387a99c236 3.0-integration
Avoid warning
author | Chris Cannam |
---|---|
date | Mon, 15 Aug 2016 16:42:19 +0100 |
parents | 932487fe515a |
children | 659372323b45 d60f9715ba78 |
files | base/RangeMapper.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/base/RangeMapper.h Fri Aug 05 17:48:52 2016 +0100 +++ b/base/RangeMapper.h Mon Aug 15 16:42:19 2016 +0100 @@ -71,7 +71,7 @@ * value for the position. If a position has such a label, return * it here. */ - virtual QString getLabel(int position) const { return ""; } + virtual QString getLabel(int /* position */) const { return ""; } };