mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 12:16:35 +01:00
9be774b553
Fixed the usual issues - printf format strings, uint32 instead of addr_t, etc. One thing that isn't so nice is several places where BList is used to store (u)int32, these require a double cast to addr_t then void* to silence a warning on x86_64.