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

USBGuard / usbguard / 738
57%

Build:
DEFAULT BRANCH: master
Ran 05 Dec 2017 10:12AM UTC
Jobs 1
Files 314
Run time 12s
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
738

push

travis-ci

dkopecek
Quiet compiler warnings

...for function calls where we are not interested in the result.

Addressing:
```
src/Daemon/Daemon.cpp: In member function 'void usbguard::Daemon::run()':
src/Daemon/Daemon.cpp:498:12: error: ignoring return value of 'int lockf(int, int, __off_t)', declared with attribute warn_unused_result [-Werror=unused-result]
       lockf(pid_fd, F_ULOCK, 0);
       ~~~~~^~~~~~~~~~~~~~~~~~~~
src/Daemon/Daemon.cpp: In member function 'void usbguard::Daemon::daemonize(const string&)':
src/Daemon/Daemon.cpp:571:10: error: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Werror=unused-result]
     chdir("/");
     ~~~~~^~~~~
```

8602 of 18338 relevant lines covered (46.91%)

1387.82 hits per line

Jobs
ID Job ID Ran Files Coverage
6 738.6 (COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared" USBGUARD_TESTS_VALGRIND=off) 05 Dec 2017 10:12AM UTC 0
46.91
Travis Job 738.6
Source Files on build 738
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #738
  • e7f984bf on github
  • Prev Build on master (#736)
  • Next Build on master (#749)
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