summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/hasher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/crypto/hasher.cpp')
-rw-r--r--src/buildtool/crypto/hasher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/crypto/hasher.cpp b/src/buildtool/crypto/hasher.cpp
index 6f432679..ae5db5af 100644
--- a/src/buildtool/crypto/hasher.cpp
+++ b/src/buildtool/crypto/hasher.cpp
@@ -11,4 +11,5 @@ auto Hasher::CreateHashImpl(HashType type) noexcept
case HashType::SHA256:
return CreateHashImplSha256();
}
+ return nullptr; // make gcc happy
}