chiark / gitweb /
make gcc shut up
[elogind.git] / src / shared / boot-timestamps.c
index d656685774b78e679cb94d978842d383bdf2c7c8..54e0537a212b999f6ecee922aa863b080d31a38a 100644 (file)
@@ -26,7 +26,7 @@
 #include "efivars.h"
 
 int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader) {
-        usec_t x, y, a;
+        usec_t x = 0, y = 0, a;
         int r;
         dual_timestamp _n;