Ran
|
Jobs
1
|
Files
273
|
Run time
19s
|
Badge
Embed ▾
README BADGES
|
travis-ci
tool_cb_wrt: Silence compiler warning Commit 5bfaa86ce introduced a new compiler warning on Windows cross compilation with GCC. See below for an example of the warning from the autobuild logs (whitespace edited to fit): /src/tool_cb_wrt.c:175:9: warning: cast from function call of type 'intptr_t {aka long long int}' to non-matching type 'void *' [-Wbad-function-cast] (HANDLE) _get_osfhandle(fileno(outs->stream)), ^ Store the return value from _get_osfhandle() in an intermediate variable and cast the variable in WriteConsoleW() rather than the function call directly to avoid a compiler warning. In passing, also add inspection of the MultiByteToWideChar() return value and return failure in case an error is reported.
21769 of 29059 relevant lines covered (74.91%)
773756.36 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.16 |
-0.85% | lib/base64.c |
1 |
95.12 |
-0.81% | lib/curl_ntlm_core.c |
1 |
80.93 |
-0.52% | lib/vauth/ntlm.c |
3 |
81.95 |
-0.16% | lib/ftp.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
23 | 9253.23 (T=coverage) | 273 |
74.91 |
Travis Job 9253.23 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|