Skip to content

BPhysTools: Fix cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.BPhysTools-20240530 into main

Copying values in range-for. Use a union rather than a reinterpret_cast to avoid undefined behavior.

Merge request reports