summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/dtor.h2
1 files changed, 1 insertions, 1 deletions
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 <std::pair<T1, T2>, void>
};
template<class Cont>
-inline dtor<typename Cont::value_type> make_dtor(Cont const &d)
+inline dtor<typename Cont::value_type> make_dtor(Cont const &d A_UNUSED)
{
return dtor<typename Cont::value_type>();
}