Release Notes
Patch release fixing compilation errors with Clang 12-16 and suppressing warnings on MinGW (GCC). Also introduces a new CI workflow testing 22 compiler configurations.
Changes
Fixes
- Fix
_Atomicstatic initializer for Clang 12-16 (zxc_dispatch.c). Replaced with explicit casts to the target function pointer type. - Fix
-Wunused-parameterwarnings on MinGW forattrandretvalparameters in the Win32 pthread.
CI
- Add compiler compatibility CI workflow. Added a comprehensive CI workflow testing 22 compiler x architecture combinations (#134)
Full Changelog: v0.8.2...v0.8.3