summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-27 11:05:31 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-27 11:05:31 +0200
commit7c0e5f60ac7a2cb3dc1067d95f18fce6e268a145 (patch)
treeea8774b17d8d94e48a22dbf347abed6cb9473efe /src
parent2b8b650ffa7d1a70f820245d58f9fdebbdd7f310 (diff)
Fix unused variable warning.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index b6f2c63..24174ff 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -70,7 +70,7 @@ private:
*/
template <typename P, typename Q>
P
-raw_convert (Q v)
+raw_convert (Q)
{
/* We can't write a generic version of raw_convert; all required
versions must be specialised.