|
6 | 6 |
|
7 | 7 | // SPDX-License-Identifier: BSL-1.0
|
8 | 8 |
|
9 |
| -// Catch v3.8.0 |
10 |
| -// Generated: 2025-01-06 00:39:54.340018 |
| 9 | +// Catch v3.8.1 |
| 10 | +// Generated: 2025-04-08 12:33:19.851017 |
11 | 11 | // ----------------------------------------------------------
|
12 | 12 | // This file is an amalgamation of multiple different files.
|
13 | 13 | // You probably shouldn't edit it directly.
|
|
191 | 191 | # define CATCH_INTERNAL_SUPPRESS_UNUSED_VARIABLE_WARNINGS \
|
192 | 192 | _Pragma( "clang diagnostic ignored \"-Wunused-variable\"" )
|
193 | 193 |
|
194 |
| -# define CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS \ |
195 |
| - _Pragma( "clang diagnostic ignored \"-Wgnu-zero-variadic-macro-arguments\"" ) |
| 194 | +# if (__clang_major__ >= 20) |
| 195 | +# define CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS \ |
| 196 | + _Pragma( "clang diagnostic ignored \"-Wvariadic-macro-arguments-omitted\"" ) |
| 197 | +# elif (__clang_major__ == 19) |
| 198 | +# define CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS \ |
| 199 | + _Pragma( "clang diagnostic ignored \"-Wc++20-extensions\"" ) |
| 200 | +# else |
| 201 | +# define CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS |
| 202 | + _Pragma( "clang diagnostic ignored \"-Wgnu-zero-variadic-macro-arguments\"" ) |
| 203 | +# endif |
196 | 204 |
|
197 | 205 | # define CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS \
|
198 | 206 | _Pragma( "clang diagnostic ignored \"-Wunused-template\"" )
|
@@ -7342,7 +7350,7 @@ namespace Catch {
|
7342 | 7350 |
|
7343 | 7351 | #define CATCH_VERSION_MAJOR 3
|
7344 | 7352 | #define CATCH_VERSION_MINOR 8
|
7345 |
| -#define CATCH_VERSION_PATCH 0 |
| 7353 | +#define CATCH_VERSION_PATCH 1 |
7346 | 7354 |
|
7347 | 7355 | #endif // CATCH_VERSION_MACROS_HPP_INCLUDED
|
7348 | 7356 |
|
|
0 commit comments