• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tpm2-software / tpm2-abrmd / 903
82%
master: 80%

Build:
Build:
LAST BUILD BRANCH: 2.1.1
DEFAULT BRANCH: master
Ran 29 Aug 2018 03:11PM UTC
Jobs 1
Files 71
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
903

push

travis-ci

flihp
util: fix a format warning that can occur on some platforms

When building for the s390 architecture the following warning occurs
which leads to a build error:

```
src/util.c: In function 'write_all':
src/util.c:100:9: error: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'long unsigned int' [-Werror=format=]
         g_debug ("writing %zu bytes starting at 0x%" PRIxPTR " to socket 0x%"
         ^
```

size_t is of a different type than uintptr_t on s390. Due do integer
type promotion the type won't match the PRIxPTR specifier any more after
adding to it.

Arithmetic should be done with the pointer, not the uintptr_t. This will
fix will the warning.

Signed-off-by: Matthias Gerstner <matthias.gerstner@suse.de>

2884 of 3516 relevant lines covered (82.03%)

363.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 903.1 29 Aug 2018 03:11PM UTC 0
82.03
Travis Job 903.1
Source Files on build 903
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #903
  • 09e897cf on github
  • Prev Build on 1.x (#655)
  • Next Build on 1.x (#904)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc