diff options
-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 (); |