From 3e25ac406d1984b1a3efd2d4da8033dc908c3fa0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Sep 2010 19:37:48 +0200 Subject: Get rid of compiler warnings --- odb/mysql/common.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb/mysql/common.hxx') diff --git a/odb/mysql/common.hxx b/odb/mysql/common.hxx index 5016843..c689bb6 100644 --- a/odb/mysql/common.hxx +++ b/odb/mysql/common.hxx @@ -172,19 +172,19 @@ namespace mysql } virtual void - traverse_decimal (type&, sql_type const& t) + traverse_decimal (type&, sql_type const&) { r_ = true; } virtual void - traverse_long_string (type&, sql_type const& t) + traverse_long_string (type&, sql_type const&) { r_ = true; } virtual void - traverse_short_string (type&, sql_type const& t) + traverse_short_string (type&, sql_type const&) { r_ = true; // @@ Short string optimization disabled. } -- cgit v1.1