提交 56dce9bf 编写于 作者: I Igor Canadi

unterminated conditional directive

上级 f74659ac
......@@ -295,7 +295,7 @@ static inline uint32_t LE_LOAD32(const uint8_t *p) {
static inline uint64_t LE_LOAD64(const uint8_t *p) {
return DecodeFixed64(reinterpret_cast<const char*>(p));
}
#else
#endif
static inline void Slow_CRC32(uint64_t* l, uint8_t const **p) {
uint32_t c = *l ^ LE_LOAD32(*p);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册