From fe3ed120b9dccfc58643722e5e74ebd7dca96c67 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 3 Sep 2021 12:25:41 +0200 Subject: Mada IoHash::Zero zero initialization explicit --- zencore/iohash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zencore/iohash.cpp') diff --git a/zencore/iohash.cpp b/zencore/iohash.cpp index fbfaf8363..ad8d89ff0 100644 --- a/zencore/iohash.cpp +++ b/zencore/iohash.cpp @@ -11,7 +11,7 @@ namespace zen { -const IoHash IoHash::Zero; // Initialized to all zeros +const IoHash IoHash::Zero{}; // Initialized to all zeros IoHash IoHash::HashBuffer(const void* data, size_t byteCount) -- cgit v1.2.3