diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-13 13:37:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-13 13:37:11 +0200 |
commit | 85a83a8bd8b8d1e98ba68e1daba1af4f212a9aa3 (patch) | |
tree | 2afe2046596be948bd733f42fe90a93fb47b11db | |
parent | 763e576ec7e31b7a499a385e5cd04b926a5c75ce (diff) |
Cosmetic change
-rw-r--r-- | odb/result.hxx | 2 |
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 (); |