mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
On my system, compiling urbackup-client causes error ``` blockalign_src/crc.cpp: In function ‘bool cryptopp_crc::IsAlignedOn(const void*, unsigned int)’: blockalign_src/crc.cpp:191:23: error: ‘uintptr_t’ does not name a type 191 | const uintptr_t x = reinterpret_cast<uintptr_t>(ptr); ``` This change fixes this error |
||
|---|---|---|
| .. | ||
| blockalign.vcxproj | ||
| blockalign.vcxproj.filters | ||
| crc32c-adler.cpp | ||
| crc32c-adler.h | ||
| crc.cpp | ||
| crc.h | ||
| main.cpp | ||