gmpy icon indicating copy to clipboard operation
gmpy copied to clipboard

Extend fallthrough safety to LLVM in gmpy2_mpmath.c

Open r-barnes opened this issue 6 months ago • 3 comments

The current fallthrough comments only suppress warnings for GCC. __attribute__((fallthrough)); works for both GCC (>=7) and LLVM. C23 will introduce [[fallthrough]].

r-barnes avatar Jul 31 '24 13:07 r-barnes