summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-02-25 12:36:14 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-02-25 12:43:07 +0100
commitae5bc11f30f156eb996b33f426f894384357309a (patch)
tree56f07ee0b83fa061abef507a7e39da2c2e63d16c /fastos
parentd3c80d67c20b23b3cff0ed49f0f6fa57bce703df (diff)
Eliminate some gcc 9 warnings.
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/unix_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastos/src/vespa/fastos/unix_time.h b/fastos/src/vespa/fastos/unix_time.h
index adb952f1f68..82254c98f8d 100644
--- a/fastos/src/vespa/fastos/unix_time.h
+++ b/fastos/src/vespa/fastos/unix_time.h
@@ -57,6 +57,8 @@ public:
SetMilliSecs(s * 1000.0);
}
+ FastOS_UNIX_Time(const FastOS_UNIX_Time &rhs) = default;
+
operator fastos::TimeStamp () {
return fastos::TimeStamp(_time);
}