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.
1 parent ffd8611 commit 23b7516Copy full SHA for 23b7516
third-party/proxygen/src/proxygen/lib/test/TestAsyncTransport.h
@@ -42,7 +42,7 @@ class TestAsyncTransport
42
43
proxygen::TimePoint time_;
44
size_t count_;
45
- struct iovec vec_[];
+ struct iovec vec_[]; // NOLINT(modernize-avoid-c-arrays)
46
};
47
48
explicit TestAsyncTransport(folly::EventBase* eventBase);
0 commit comments