canonical / dqlite

Embeddable, replicated and fault-tolerant SQL engine.
https://dqlite.io
Other
3.77k stars 212 forks source link

Three portability fixes around integer width #640

Closed cole-miller closed 2 months ago

cole-miller commented 2 months ago

This unbreaks the dqlite build on alpha and x32. Supersedes #634; thanks @gibmat for the patch.

Signed-off-by: Cole Miller cole.miller@canonical.com

cole-miller commented 2 months ago

@gibmat if you can confirm that this fixes your builds, I will merge it!

gibmat commented 2 months ago

Looks good, thanks!