mhulden / foma

Automatically exported from code.google.com/p/foma
117 stars 90 forks source link

Fixes for GCC 13 and Visual Studio #148

Open TinoDidriksen opened 1 year ago

TinoDidriksen commented 1 year ago

Fixes build failures for GCC 13 (all the signature mismatches; see https://bugs.debian.org/1037663) and Visual Studio (the INLINE in construction.c).

I have tested that it also still builds on older compilers.