Add a small nolint related to #if handling (#6194)

e.g.
https://github.com/carbon-language/carbon-lang/actions/runs/18390546411/job/52399625057?pr=6182

---------

Co-authored-by: josh11b <15258583+josh11b@users.noreply.github.com>
This commit is contained in:
Jon Ross-Perkins
2025-10-09 23:31:01 +00:00
committed by GitHub
co-authored by josh11b
parent 3d592ebe59
commit 75417b2f37
+1
View File
@@ -1001,6 +1001,7 @@ inline auto MetadataGroup::SimdLoad(const uint8_t* metadata, ssize_t index)
return g;
}
// NOLINTNEXTLINE(readability-non-const-parameter): Mutation is in #if.
inline auto MetadataGroup::SimdStore(uint8_t* metadata, ssize_t index) const
-> void {
#if CARBON_NEON_SIMD_SUPPORT