mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-13 13:34:47 +02:00

This is another warning that follows test macros, making it painful to suppress without leaking outside. Luckily clang's `_Pragma` implementation works. Should fix #308