- Ignore incompatible pointer type warnings
- Newer GCC's (≥14) caused errors when building
mangledue to incompatible pointer types. Since everything works as intended, we simply disable these warnings.
- Newer GCC's (≥14) caused errors when building
- Ensure
atan1()function is available- Imports
math.hto make theatan1()function available.
- Imports