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

dawagner / parameter-framework / 406
78%

Build:
DEFAULT BRANCH: master
Ran 13 Nov 2015 01:51PM UTC
Jobs 1
Files 234
Run time 30s
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
406

push

travis-ci

David Wagner
Add a CMake option to not turn warnings into errors

We have some warnings in Release configuratio because of:
- unused arguments (some calls to `assert`, that are completly removed in
  release mode, cause some arguments to be unused) in such a pattern:

    void f(bool b)
    {
        assert(b);
    }
- strict aliasing rules violation in floating point tests. Since this is only
  test code, it is not considered critical.

Add an option (on by default) to add the -Werror flag. Have travis travis build
the Parameter Framework in "Release" configuration (it previously built in
"Debug" and "None" configurations) without the -Werror flag. Also, forcefully
remove the "/WX" flag on windows (equivalent to -Werror) because we are not
warning-free yet, even in debug mode.

Signed-off-by: David Wagner <david.wagner@intel.com>

4833 of 6684 relevant lines covered (72.31%)

3437.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 406.1 13 Nov 2015 01:51PM UTC 0
72.31
Travis Job 406.1
Source Files on build 406
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #406
  • b3c6b538 on github
  • Prev Build on master (#398)
  • Next Build on master (#415)
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