aboutsummaryrefslogtreecommitdiff
path: root/odb/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-13 13:37:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-13 13:37:11 +0200
commit85a83a8bd8b8d1e98ba68e1daba1af4f212a9aa3 (patch)
tree2afe2046596be948bd733f42fe90a93fb47b11db /odb/result.hxx
parent763e576ec7e31b7a499a385e5cd04b926a5c75ce (diff)
Cosmetic change
Diffstat (limited to 'odb/result.hxx')
-rw-r--r--odb/result.hxx2
1 files changed, 1 insertions, 1 deletions
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<T>;
typename object_traits<T>::pointer_type
- current (bool release)
+ current (bool /*release*/)
{
if (object_traits<T>::pointer_ops::null_ptr (current_) && !end_)
current ();