We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f05a47 + 4c01137 commit a0120f1Copy full SHA for a0120f1
1 file changed
c++/src/kj/async-inl.h
@@ -606,6 +606,7 @@ class PtmfHelper {
606
if (voff & 1) {
607
voff &= ~1;
608
#endif
609
+ // NOLINTNEXTLINE(clang-analyzer-core.UndefinedBinaryOperatorResult)
610
return *(void**)(*(char**)obj + voff);
611
} else {
612
return ptr;
0 commit comments