From 7c0e5f60ac7a2cb3dc1067d95f18fce6e268a145 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 27 Jul 2020 11:05:31 +0200 Subject: [PATCH] Fix unused variable warning. --- src/cxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 P -raw_convert (Q v) +raw_convert (Q) { /* We can't write a generic version of raw_convert; all required versions must be specialised. -- 2.30.2