Skip to content

v2.3.3

Latest

Choose a tag to compare

@abensonca abensonca released this 13 Nov 16:41
  • Ignore incompatible pointer type warnings
    • Newer GCC's (≥14) caused errors when building mangle due to incompatible pointer types. Since everything works as intended, we simply disable these warnings.
  • Ensure atan1() function is available
    • Imports math.h to make the atan1() function available.