aboutsummaryrefslogtreecommitdiff
path: root/odb/include.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-03 17:20:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-03 17:20:24 +0200
commitb435821274779cfcd8f447955e3ef3baf84c1ab9 (patch)
tree0387d344c2a99bbb65701ac5d6767fb6c42df050 /odb/include.cxx
parent0ae2dfb8fdb1df68000536e380448316fd2179ae (diff)
Squash warning
Diffstat (limited to 'odb/include.cxx')
-rw-r--r--odb/include.cxx2
1 files changed, 1 insertions, 1 deletions
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)