Skip to content

Commit

Permalink
Suppress new warnings in clang-tidy 17
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Jun 4, 2024
1 parent 045b038 commit 35b1b1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
# Copyright 2020-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC

Checks: >
Expand All @@ -23,6 +23,7 @@ Checks: >
-bugprone-reserved-identifier,
-bugprone-suspicious-include,
-bugprone-suspicious-string-compare,
-bugprone-switch-missing-default-case,
-cert-dcl37-c,
-cert-dcl51-cpp,
-cert-err33-c,
Expand Down Expand Up @@ -52,6 +53,7 @@ Checks: >
-hicpp-special-member-functions,
-llvm-header-guard,
-llvmlibc-*,
-misc-include-cleaner,
-misc-no-recursion,
-misc-unused-parameters,
-modernize-macro-to-enum,
Expand Down

0 comments on commit 35b1b1f

Please sign in to comment.