Skip to content

TRT_StrawMap: fixed clang warnings

Vakhtang Tsulaia requested to merge tsulaia/athena:main-clang into main
  1. using floating point absolute value function 'fabs' when argument is of integer type
  2. format string is not a string literal (sprintf)

Plus indentation fixes (in a separate commit)

Merge request reports