From efb392e32da0bce28dbeb6fb728dcd9183f4611b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Feb 2023 21:57:31 -0500 Subject: Fix clang and clang-tidy warnings on Windows --- .clang-tidy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index dcc5245..5013b26 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -5,13 +5,14 @@ Checks: > *, -*-vararg, -altera-*, + -bugprone-assignment-in-if-condition, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -clang-diagnostic-unused-function, -clang-diagnostic-unused-macros, -llvmlibc-*, + -modernize-macro-to-enum, -readability-identifier-length, - -bugprone-assignment-in-if-condition, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes value: 'L;U;UL;ULL' -- cgit v1.2.1