X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fhash%2Fdetail%2FCrc32cDetail.cpp;h=9bc89ba46aa86d22442167989a8df1a3d4a43187;hp=f0b00f6c65fee95b1e135871efae1454a9e9d283;hb=90ce64f987677e11200729afa6bb9c4b64caf01e;hpb=d31633e632ce29818040fbfe30d49f3476a3a00a diff --git a/folly/hash/detail/Crc32cDetail.cpp b/folly/hash/detail/Crc32cDetail.cpp index f0b00f6c..9bc89ba4 100644 --- a/folly/hash/detail/Crc32cDetail.cpp +++ b/folly/hash/detail/Crc32cDetail.cpp @@ -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"); }