Skip to content
GitLab
Explore
Sign in
Fix coverity, clang warnings in GlobalSimulation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Shaun Roe
requested to merge
sroe/athena:main-coverity_clang-GlobalSimulation
into
main
Nov 21, 2024
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
std::pow is not (yet) a constexpr function; coverity and Clang 17 both complain.
Merge request reports