aboutsummaryrefslogtreecommitdiff
path: root/odb/validator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/validator.cxx')
-rw-r--r--odb/validator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/validator.cxx b/odb/validator.cxx
index acae34a..c1e29f7 100644
--- a/odb/validator.cxx
+++ b/odb/validator.cxx
@@ -1452,7 +1452,7 @@ namespace
void
check_strict (D& dep, P& pre, char const* dname, char const* pname)
{
- location_t dl, pl;
+ location_t dl (0), pl (0);
unsigned long long dv (deleted (dep, &dl));
unsigned long long pv (deleted (pre, &pl));