From 39dc2b231dae2743bceb6ebb8a3d4792307df12a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jul 2024 21:51:15 -0400 Subject: Suppress new warnings in clang and clang-tidy 18 --- .clang-tidy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index ae712c5..5279051 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -3,16 +3,17 @@ Checks: > *, + -*-macro-to-enum, -*-magic-numbers, -altera-*, -bugprone-assignment-in-if-condition, + -bugprone-casting-through-void, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -clang-diagnostic-unused-function, -clang-diagnostic-unused-macros, -llvmlibc-restrict-system-libc-headers, -misc-include-cleaner, - -modernize-macro-to-enum, -performance-no-int-to-ptr, -readability-identifier-length, CheckOptions: -- cgit v1.2.1