aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-29 16:56:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-29 16:56:28 +0200
commit7daf0dc185cd4e94ebccbf2e3537a767e10e86b8 (patch)
tree92fb8654aee92d35c4e83ce83f57873fbdec25a6 /odb
parent6416a8d41d92cd25843995f38339419df4450593 (diff)
Suppress warning
Diffstat (limited to 'odb')
-rw-r--r--odb/pragma.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pragma.cxx b/odb/pragma.cxx
index 7b884ed..ef10a51 100644
--- a/odb/pragma.cxx
+++ b/odb/pragma.cxx
@@ -2965,7 +2965,7 @@ handle_pragma_qualifier (cxx_lexer& l, string p)
}
}
- size_t count;
+ size_t count (0);
if (tt == CPP_NAME || tt == CPP_KEYWORD)
{
if (decl)