canonical / dqlite

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

test_conn: Fix changed alignment requirements. #619

Closed MathieuBordere closed 4 months ago

MathieuBordere commented 4 months ago

On armhf casting to uint64_t* produces the following warning "cast increases required alignment of target type". Remove the hack of saving a pointer to bool in a field that's not meant to hold it.

Fixes launchpad builds.