Closed jboynes closed 1 year ago
Patch coverage: 100.00%
and no project coverage change.
Comparison is base (
84b98c7
) 95.77% compared to head (669bf38
) 95.77%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for the fix! Merging
C++20 deprecated the use of increment/decrement with volatile variables. This PR avoids the compiler warning at that language level or later.