alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
79 stars 10 forks source link

Fix g++-13 warnings and fmt 10.0 errors #743

Closed bernhardmgruber closed 1 year ago

bernhardmgruber commented 1 year ago

This PR fixes a couple of warnings with g++-13 (and g++-12 with ASAN) as well as a couple of compilation errors with libfmt 10.0.

codecov[bot] commented 1 year ago

Codecov Report

Merging #743 (799094c) into develop (b77a277) will decrease coverage by 0.02%. The diff coverage is 90.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #743 +/- ## =========================================== - Coverage 98.79% 98.78% -0.02% =========================================== Files 75 75 Lines 7211 7222 +11 =========================================== + Hits 7124 7134 +10 - Misses 87 88 +1 ```