From 9f1470325518a8ee5b6c0c2c1254ab4dccac0f63 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 9 Jun 2017 00:09:24 +0300 Subject: Fix unused parameter. --- src/utils/dtor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/dtor.h b/src/utils/dtor.h index 7f32dc2eb..21d0429e9 100644 --- a/src/utils/dtor.h +++ b/src/utils/dtor.h @@ -46,7 +46,7 @@ public std::unary_function , void> }; template -inline dtor make_dtor(Cont const &d) +inline dtor make_dtor(Cont const &d A_UNUSED) { return dtor(); } -- cgit v1.2.3-60-g2f50