From 05c0bdb234ce402bc33cc92dc5852b70a571b537 Mon Sep 17 00:00:00 2001 From: capo-at-the-5th-fret Date: Fri, 22 Nov 2024 16:41:32 -0500 Subject: [PATCH] Add intentional clang-tidy warning --- tests/cmath_tests.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cmath_tests.cpp b/tests/cmath_tests.cpp index 5601ea3..91fc35f 100644 --- a/tests/cmath_tests.cpp +++ b/tests/cmath_tests.cpp @@ -190,6 +190,8 @@ TEMPLATE_LIST_TEST_CASE("evenly_divisible", "[cmath][even_divisible]", using test_types_t = evenly_divisible_test_types; using caff::evenly_divisible; + int unused_variable = 12; + // NOLINTBEGIN caff::tuple_for_each_type([] {