mirror of https://github.com/facebook/rocksdb.git
unterminated conditional directive
This commit is contained in:
parent
f74659ac9f
commit
56dce9bf8e
|
@ -295,7 +295,7 @@ static inline uint32_t LE_LOAD32(const uint8_t *p) {
|
||||||
static inline uint64_t LE_LOAD64(const uint8_t *p) {
|
static inline uint64_t LE_LOAD64(const uint8_t *p) {
|
||||||
return DecodeFixed64(reinterpret_cast<const char*>(p));
|
return DecodeFixed64(reinterpret_cast<const char*>(p));
|
||||||
}
|
}
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
static inline void Slow_CRC32(uint64_t* l, uint8_t const **p) {
|
static inline void Slow_CRC32(uint64_t* l, uint8_t const **p) {
|
||||||
uint32_t c = *l ^ LE_LOAD32(*p);
|
uint32_t c = *l ^ LE_LOAD32(*p);
|
||||||
|
|
Loading…
Reference in New Issue