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

google / benchmark / 914
92%

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2017 12:33AM UTC
Jobs 1
Files 35
Run time 2s
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
914

push

travis-ci

EricWF
Fix ICC compiler warnings (#358)

fixes #354

The build fails with ICC17 because of warnings and Werror. What is the correct solution to fix it?
Should a patch

disable Werror for ICC (or maybe all non known compilers)
disable the false postive warnings for all files. This could be done using:
add_cxx_compiler_flag(-wd2102) #ICC17u2: Many false positives for Wstrict-aliasing
add_cxx_compiler_flag(-wd2259) #ICC17u2: non-pointer conversion from "long" to "int" may lose significant bits (even for explicit static cast, sleep.cc(44))
add_cxx_compiler_flag(-wd654) #ICC17u2: overloaded virtual function "benchmark::Fixture::SetUp" is only partially overridden (because of deprecated overload)
disable warnings at file level or some other granularity

1319 of 1553 relevant lines covered (84.93%)

3549771.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 914.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) 28 Mar 2017 12:33AM UTC 0
84.93
Travis Job 914.1
Source Files on build 914
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #914
  • 9b92ed76 on github
  • Prev Build on master (#908)
  • Next Build on master (#915)
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