Fix some clang build failures on aarch64
[folly.git] / folly / hash / detail / Crc32cDetail.cpp
index f0b00f6c65fee95b1e135871efae1454a9e9d283..9bc89ba46aa86d22442167989a8df1a3d4a43187 100644 (file)
@@ -288,7 +288,8 @@ uint32_t crc32c_hw(const uint8_t* buf, size_t len, uint32_t crc) {
 
 #else
 
-uint32_t crc32c_hw(const uint8_t* buf, size_t len, uint32_t crc) {
+uint32_t
+crc32c_hw(const uint8_t* /* buf */, size_t /* len */, uint32_t /* crc */) {
   throw std::runtime_error("crc32_hw is not implemented on this platform");
 }