Skip to content

Commit a0120f1

Browse files
authored
Merge pull request #2334 from ryanofsky/pr/lint
PtmfHelper: Use NOLINT to disable UndefinedBinaryOperatorResult error
2 parents 9f05a47 + 4c01137 commit a0120f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

c++/src/kj/async-inl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ class PtmfHelper {
606606
if (voff & 1) {
607607
voff &= ~1;
608608
#endif
609+
// NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult)
609610
return *(void**)(*(char**)obj + voff);
610611
} else {
611612
return ptr;

0 commit comments

Comments
 (0)