Closed fingolfin closed 2 years ago
Merging #83 (1527cf2) into master (e1eb3d0) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #83 +/- ##
=======================================
Coverage 49.37% 49.37%
=======================================
Files 44 44
Lines 14668 14668
Branches 203 203
=======================================
Hits 7242 7242
Misses 7426 7426
IMHO #82 is more plausable
(Alternative to PR #82)
This fixes another C compiler warning:
This patch adds parenthesis to silence the warnings, thus preserving the current behavior. Whether this is the correct way to fix the warning remains unclear...