When compiling libssh2, a warning is emitted: libssh2-1.10.0/tests/openssh_fixture.c:218:1: warning: no return statement in function returning non-void [-Wreturn-type] This should not be critical as it is only in tests subdirectory. A ticket has opened upstream with a fix proposal Reproducible: Always Steps to Reproduce: 1. Build net-libs/libssh2 2. Check the build logs 3. Actual Results: The described warning is emitted Expected Results: No such a warning should be seen
Created attachment 851910 [details, diff] Patch proposal to fix the missing return value. Note: as I don't know about win32 API, I cannot be sure the fix would be correct in this case; it would for POSIX case.