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

harfbuzz / harfbuzz / 4438
79%

Build:
DEFAULT BRANCH: master
Ran 30 Sep 2018 10:26AM UTC
Jobs 1
Files 247
Run time 9s
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
4438

push

travis-ci

behdad
[util] Remove unneeded virtual

clang warning:

../../util/options.hh:72:13: warning: destination for this 'memset' call is a pointer to dynamic class
      'option_parser_t'; vtable pointer will be overwritten [-Wdynamic-class-memaccess]
    memset (this, 0, sizeof (*this));
    ~~~~~~  ^
../../util/options.hh:72:13: note: explicitly cast the pointer to silence this warning
    memset (this, 0, sizeof (*this));
            ^
            (void*)

6593 of 9805 relevant lines covered (67.24%)

4734.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4438.1 30 Sep 2018 10:26AM UTC 0
67.24
Travis Job 4438.1
Source Files on build 4438
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4438
  • b5285b34 on github
  • Prev Build on master (#4437)
  • Next Build on master (#4439)
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