From 8874670463276073fe6cdb0bccd0d9a9a982b4c5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Dec 2024 10:06:03 -0500 Subject: Fix clang and clang-tidy warnings on Windows --- test/cpp/.clang-tidy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/cpp/.clang-tidy b/test/cpp/.clang-tidy index 9a3cd8c..b8c3032 100644 --- a/test/cpp/.clang-tidy +++ b/test/cpp/.clang-tidy @@ -1,10 +1,11 @@ -# Copyright 2020-2022 David Robillard +# Copyright 2020-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > -*-avoid-c-arrays, -*-no-malloc, -android-cloexec-fopen, + -bugprone-exception-escape, -cppcoreguidelines-owning-memory, -fuchsia-default-arguments-calls, -modernize-raw-string-literal, -- cgit v1.2.1