Files
micropython/py/misc.h
Jeff Epler 33cf1ab3cc py/misc: Don't warn about a GNU extension for static assert macro.
This warning was enabled by default on clang 17.0.0 on macOS 26.  Disable
it, because we want to make these checks at compile-time even if it
requires an extension.

Fixes issue #18116.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2025-10-04 15:51:23 +10:00

19 KiB