JosiahWI opened a new pull request, #11664: URL: https://github.com/apache/trafficserver/pull/11664
The variable `use_huffman` is used to decide which branch to take, but is hardcoded to `true`. This has already been suppressed for cppcheck, and Coverity says we can suppress it by declaring the variable with `const`. I think `constexpr` should also work, but I couldn't confirm this. -- 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]
