freak82 commented on issue #11395:
URL: 
https://github.com/apache/trafficserver/issues/11395#issuecomment-2138951083

   Just a bit of clarification about these issues for missed to pss parameters.
   I've patches which allow the `-Wno-unused-parameter` warning suppression to 
be removed.
   I have intention to do pull requests for them subsystem by subsystem. The 
problem is that for some of  them I think that the unused parameter is a 
possible bug, like this one, and the correct solution is not just to put 
`[[maybe_unused]]` in front of it.
   On the other hand the correct fix may introduce bugs in some user/plugins 
level code due to the [Hyrym's Law.](https://www.hyrumslaw.com/) where the 
client code already relies on the undocumented (possibly wrong) behavior of the 
API.


-- 
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]

Reply via email to