BLAKE3 icon indicating copy to clipboard operation
BLAKE3 copied to clipboard

minor fixes for Xcode 14.2 warnings

Open srirangav opened this issue 9 months ago • 0 comments

When trying to build the c version of BLAKE3 using Xcode 14.2 I saw some minor warnings about a missing prototype, the cpu_features enum not having a 0 value, and some unreachable code. The proposed diff fixed these issues for me. Thanks.

srirangav avatar Sep 11 '23 16:09 srirangav