mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-28 11:55:44 +02:00

Previously it was leaking to suppress warnings on `SECTION`s, but Clang's support for `_Pragma` is solid, so we can suppress those locally. Fixes #1317