Ran
|
Jobs
1
|
Files
273
|
Run time
36s
|
Badge
Embed ▾
README BADGES
|
travis-ci
tool_cb_wrt.c: silence benign warning with pragma Commit 5bfaa86ce introduced a new compiler warning on Windows cross compilation with GCC. The coding is however a documented pattern for acquiring a handle to write to, so rather than changing working code this wraps the offending cast in a GCC diagnostic pragma to silence the warning. 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)), ^
21752 of 29059 relevant lines covered (74.85%)
779882.59 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
65.12 |
-0.21% | lib/doh.c |
1 |
93.16 |
-0.85% | lib/base64.c |
2 |
52.07 |
0.0% | lib/http2.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
23 | 9248.23 (T=coverage) | 273 |
74.85 |
Travis Job 9248.23 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|