esutil
esutil copied to clipboard
incompatible pointer types
I am seeing compiler warnings about -Wincompatible-pointer-types. I turned them off with -Wno-incompatible-pointer-types, but we may want to fix eventually.
Just noting that I am also running into (after discovering I had to install python3-devel to make Python.h available on fedora). Not sure if this is due to changes in python 3.13?