Skip to content

cppcheck: fix false positives on ARM build

Frank Winklmeier requested to merge fwinkl/athena:cppcheck_arm into main

Fix cppcheck false positives in our ARM build by using static_cast instead of C-style casts.

cc @sroe

Merge request reports

Loading