Constify various autoregistry globals to avoid clang-tidy complaints

Closes #2582
This commit is contained in:
Martin Hořeňovský
2025-07-15 14:42:18 +02:00
parent 3ebc346bcb
commit f7968e9697
8 changed files with 28 additions and 26 deletions

View File

@@ -56,7 +56,7 @@ namespace {
CATCH_INTERNAL_START_WARNINGS_SUPPRESSION
CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS
static AutoTestReg autoTestReg;
static const AutoTestReg autoTestReg;
CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION
template<typename T>