Closed rayburgemeestre closed 2 years ago
Merging #171 (d79eaa3) into master (4f4e64d) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## master #171 +/- ##
=======================================
Coverage 35.88% 35.88%
=======================================
Files 53 53
Lines 2302 2302
=======================================
Hits 826 826
Misses 1476 1476
Impacted Files | Coverage Δ | |
---|---|---|
src/main/c/md5/md5.cpp | 0.00% <0.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
@mattgodbolt could you have a look at it too? It works on latest clang and Gcc.
Hi all,
Thanks for this great project!
Created this PR after initial discussion here: https://github.com/mattgodbolt/seasocks/pull/165
My environment was Ubuntu 22.04, with the system clang14 package (Ubuntu clang version 14.0.0-1ubuntu1)
Before this change, this is the compile error:
I researched it a little bit, found the PR I commented on previously, and further googling found a fix made by Maxim Sharabayko in a different project: https://github.com/Haivision/srt/pull/2392 The fix made sense to me, tried it, and also solved the compilation issue for me.
Cheers, Ray