Skip to content

TrigDecisionTool: Remove use of UNUSED macro.

Use [[maybe_unused]] instead of the UNUSED macro from CxxUtils. Also, unused parameter warnings should be avoided by not saying the name of the parameter.

Merge request reports