eBay / NuRaft

C++ implementation of Raft core logic as a replication library
Apache License 2.0
993 stars 235 forks source link

Matching format specifies type to argument type to eliminate compile … #521

Closed ZexiLiu closed 1 month ago

ZexiLiu commented 1 month ago

…warnings

format specifies type 'unsigned long' but the argument has type 'ulong' (aka 'unsigned long long').