pytries / datrie

Fast, efficiently stored Trie for Python. Uses libdatrie.
http://pypi.python.org/pypi/datrie/
GNU Lesser General Public License v2.1
530 stars 88 forks source link

Fix AlphaMap definition in cdatrie.pxd #99

Open musicinmybrain opened 7 months ago

musicinmybrain commented 7 months ago

Fixes failure to compile on GCC with -Werror=incompatible-pointer-types.

glaubitz commented 3 months ago

This fixes the build with GCC 14 for me.

johanneskoester commented 1 month ago

Maintainers, could you please review and merge? Or let us know how to proceed? Do you want to transfer the ownership of datrie?