JosiahWI commented on code in PR #11613: URL: https://github.com/apache/trafficserver/pull/11613#discussion_r1691668421
########## include/iocore/eventsystem/IOBuffer.h: ########## @@ -1236,9 +1236,7 @@ class MIOBuffer const char *_location = nullptr; - MIOBuffer(void *b, int64_t bufsize, int64_t aWater_mark); - // cppcheck-suppress noExplicitConstructor; allow implicit conversion - MIOBuffer(int64_t default_size_index); Review Comment: Makes sense. It's strange someone suppressed the linter check before instead of fixing it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
