From 676312f757ab666fbfa459d7ec562ba4168e771b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 Oct 2024 17:42:26 -0400 Subject: Suppress new warnings in clang and clang-tidy 18 --- test/test_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_timer.c') diff --git a/test/test_timer.c b/test/test_timer.c index 1c9f281..405a5c2 100644 --- a/test/test_timer.c +++ b/test/test_timer.c @@ -19,7 +19,7 @@ #include #include -#define NUM_TIMERS 4U // NOLINT(modernize-macro-to-enum) +#define NUM_TIMERS 4U // NOLINT(*-macro-to-enum) #ifdef __APPLE__ static const double timeout = 1 / 60.0; -- cgit v1.2.1