aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/date-time/oracle/gregorian-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/boost/date-time/oracle/gregorian-traits.hxx')
-rw-r--r--odb/boost/date-time/oracle/gregorian-traits.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/boost/date-time/oracle/gregorian-traits.hxx b/odb/boost/date-time/oracle/gregorian-traits.hxx
index 6daf6cf..c8cda41 100644
--- a/odb/boost/date-time/oracle/gregorian-traits.hxx
+++ b/odb/boost/date-time/oracle/gregorian-traits.hxx
@@ -36,8 +36,8 @@ namespace odb
v = date (::boost::date_time::not_a_date_time);
else
{
- short y (0);
- unsigned char m (0), d (0), h (0), min (0), s (0);
+ short y;
+ unsigned char m, d, h, min, s;
details::get_date (b, y, m, d, h, min, s);