mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
unterminated conditional directive
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user