From b435821274779cfcd8f447955e3ef3baf84c1ab9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 3 Apr 2011 17:20:24 +0200 Subject: Squash warning --- odb/include.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/include.cxx') diff --git a/odb/include.cxx b/odb/include.cxx index 1edaded..dea1be6 100644 --- a/odb/include.cxx +++ b/odb/include.cxx @@ -215,7 +215,7 @@ namespace bool com (false); // In C-style comment. string lex; - char path_end; + char path_end ('\0'); state s (start_hash); for (size_t i (0), n (l.size ()); i < n; ++i) -- cgit v1.1