ChenHuajun / pg_roaringbitmap

RoaringBitmap extension for PostgreSQL
Apache License 2.0
223 stars 37 forks source link

Fix warnings about void* vs uint64 #32

Open df7cb opened 7 months ago

df7cb commented 7 months ago

The compiler was raising warnings on 32-bit architectures.

Addresses part of #31.