Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend fallthrough safety to LLVM in gmpy2_mpmath.c
The current fallthrough comments only suppress warnings for GCC. `__attribute__((fallthrough));` works for both GCC (>=7) and LLVM. C23 will introduce `[[fallthrough]]`.
- Loading branch information