]> git.stg.codes - stg.git/blobdiff - include/stg/utime.h
Various fixes of issues reported by static analyzers.
[stg.git] / include / stg / utime.h
index fe6b3f69d9601d2f737404f78e0bfc31e24196a3..853b3db194c7d91c875c5ef40d07024424cf198f 100644 (file)
@@ -46,7 +46,7 @@ struct UTIME: public timeval
     tv_usec = 0;
     }
 
-    UTIME(time_t t)
+    explicit UTIME(time_t t)
     {
     tv_sec = t;
     tv_usec = 0;