apache / trafficserver

Apache Traffic Serverâ„¢ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.74k stars 782 forks source link

Fix unused parameters in `traffic_*` utilities #11411

Closed freak82 closed 4 weeks ago

freak82 commented 1 month ago

Add [[maybe_unused]] for the unused function parameters. These changes are related to the discussion here.

cmcfarlen commented 5 days ago

Cherry-picked to v10.0.x