From 85a83a8bd8b8d1e98ba68e1daba1af4f212a9aa3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Aug 2010 13:37:11 +0200 Subject: Cosmetic change --- odb/result.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') diff --git a/odb/result.hxx b/odb/result.hxx index ea1834f..87374e5 100644 --- a/odb/result.hxx +++ b/odb/result.hxx @@ -33,7 +33,7 @@ namespace odb friend class result_iterator; typename object_traits::pointer_type - current (bool release) + current (bool /*release*/) { if (object_traits::pointer_ops::null_ptr (current_) && !end_) current (); -- cgit v1.1