Skip to content

TrigCostRootAnalysis: Fix clang warnings.

clang warnings:

  • Unused variables and private class members.
  • Don't use arbitrary strings in the format field of printf-like functions.

Merge request reports