mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-03 22:15:44 +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