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

curl / curl / 9293
37%

Build:
DEFAULT BRANCH: master
Ran 18 Nov 2018 10:59PM UTC
Jobs 1
Files 273
Run time 16s
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
9293

push

travis-ci

danielgustafsson
tool_doswin: Fix uninitialized field warning

The partial struct initialization in 397664a065abffb7c3445ca9 caused
a warning on uninitialized MODULEENTRY32 struct members:

  /src/tool_doswin.c:681:3: warning: missing initializer for field
  'th32ModuleID' of 'MODULEENTRY32 {aka struct tagMODULEENTRY32}'
  [-Wmissing-field-initializers]

This is sort of a bogus warning as the remaining members will be set
to zero by the compiler, as all omitted members are. Nevertheless,
remove the warning by omitting all members and setting the dwSize
members explicitly.

Closes #3254
Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
Reviewed-by: Jay Satiro <raysatiro@yahoo.com>

21753 of 29062 relevant lines covered (74.85%)

767229.84 hits per line

Jobs
ID Job ID Ran Files Coverage
23 9293.23 (T=coverage) 18 Nov 2018 10:59PM UTC 0
74.85
Travis Job 9293.23
Source Files on build 9293
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9293
  • b88bf6e6 on github
  • Prev Build on master (#9289)
  • Next Build on master (#9295)
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