mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-17 20:24:35 -05:00
Adding unreachable to `FAIL` and `SKIP` made Clang become very good at figuring out that tests of `FAIL` and `SKIP` will never return and thus could be marked as [[noreturn]]. To avoid introducing lot of warning suppression noise into the test files, we just disable it instead.
1.5 KiB
1.5 KiB