From 31e9a014be5dd5648294a7550f18fd51da4cedc6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Mar 2012 18:10:15 +0200 Subject: Get rid of uninitialized variable warnings --- odb/pragma.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/pragma.cxx') diff --git a/odb/pragma.cxx b/odb/pragma.cxx index 010706e..d6043cc 100644 --- a/odb/pragma.cxx +++ b/odb/pragma.cxx @@ -2203,7 +2203,7 @@ post_process_pragmas () // Check whether this is a composite value type. We don't want to // instantiate simple values since they may be incomplete. // - pragma const* p; + pragma const* p (0); for (pragma_set::iterator j (i->second.begin ()), e (i->second.end ()); j != e; ++j) -- cgit v1.1