Skip to content

Explicitly cast values of different types#2875

Merged
horenmar merged 1 commit intocatchorg:develfrom
svenihoney:devel
Oct 14, 2024
Merged

Explicitly cast values of different types#2875
horenmar merged 1 commit intocatchorg:develfrom
svenihoney:devel

Conversation

@svenihoney
Copy link
Copy Markdown
Contributor

Description

In case the warning -Werror=conversion is active with GCC, the warnings about "conversion from A to B may change value" lead to a compilation error. This explicitly convert the values to address these warnings.

In case the warning -Werror=conversion is active with GCC, the warnings
about "conversion from A to B may change value" lead to a compilation
error. This explicitly convert the values to address these warnings.
@codecov
Copy link
Copy Markdown

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.11%. Comparing base (4e8d92b) to head (6bf7dc9).
Report is 39 commits behind head on devel.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2875      +/-   ##
==========================================
+ Coverage   91.10%   91.11%   +0.01%     
==========================================
  Files         198      198              
  Lines        8493     8493              
==========================================
+ Hits         7737     7738       +1     
+ Misses        756      755       -1     
@horenmar
Copy link
Copy Markdown
Member

Eh, sure.

@horenmar horenmar merged commit 0b2af56 into catchorg:devel Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants