aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-06-25 12:14:05 -0400
committerDavid Robillard <d@drobilla.net>2025-06-25 12:14:05 -0400
commit64515bb87b4a7b883b2d5788e25d567676e8dbc3 (patch)
tree100067a0fa450f1821515bbbce0a10d0c181336a /include
parent1cec48a42774b671e342c903c7a7527a5e2109f8 (diff)
downloadchilbert-main.tar.gz
chilbert-main.tar.bz2
chilbert-main.zip
Suppress new warning in clang-tidy 20HEADmain
Diffstat (limited to 'include')
-rw-r--r--include/chilbert/SmallBitVec.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chilbert/SmallBitVec.hpp b/include/chilbert/SmallBitVec.hpp
index 7806cf1..da9ed12 100644
--- a/include/chilbert/SmallBitVec.hpp
+++ b/include/chilbert/SmallBitVec.hpp
@@ -291,6 +291,7 @@ public:
{}
};
+ // NOLINTNEXTLINE(readability-convert-member-functions-to-static)
Mask mask(const size_t i = 0) const
{
assert(i <= size());