From ae5bc11f30f156eb996b33f426f894384357309a Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Mon, 25 Feb 2019 12:36:14 +0100 Subject: Eliminate some gcc 9 warnings. --- fastos/src/vespa/fastos/unix_time.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fastos/src') 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); } -- cgit v1.2.3