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

google / benchmark / 1680
92%

Build:
DEFAULT BRANCH: master
Ran 09 Jul 2018 10:49AM UTC
Jobs 1
Files 36
Run time 5s
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
1680

push

travis-ci

dominichamon
Fix build with Intel compiler (#631)

* Set -Wno-deprecated-declarations for Intel

Intel compiler silently ignores -Wno-deprecated-declarations
so warning no. 1786 must be explicitly suppressed.

* Make std::int64_t → double casts explicit

While std::int64_t → double is a perfectly conformant
implicit conversion, Intel compiler warns about it.
Make them explicit via static_cast<double>.

* Make std::int64_t → int casts explicit

Intel compiler warns about emplacing an std::int64_t
into an int container. Just make the conversion explicit
via static_cast<int>.

* Cleanup Intel -Wno-deprecated-declarations workaround logic

2 of 2 new or added lines in 1 file covered. (100.0%)

1508 of 1720 relevant lines covered (87.67%)

4905981.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1680.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) 09 Jul 2018 10:49AM UTC 0
87.67
Travis Job 1680.1
Source Files on build 1680
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1680
  • 0c21bc36 on github
  • Prev Build on master (#1675)
  • Next Build on master (#1682)
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

© 2025 Coveralls, Inc