Skip to content

Commit

Permalink
Add intentional clang-tidy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
capo-at-the-5th-fret committed Nov 22, 2024
1 parent 43190cf commit 05c0bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cmath_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ TEMPLATE_LIST_TEST_CASE("evenly_divisible", "[cmath][even_divisible]",
using test_types_t = evenly_divisible_test_types<TestType>;
using caff::evenly_divisible;

int unused_variable = 12;

// NOLINTBEGIN
caff::tuple_for_each_type<test_types_t>([]<typename T>
{
Expand Down

0 comments on commit 05c0bdb

Please sign in to comment.