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

rttrorg / rttr / 912
92%

Build:
DEFAULT BRANCH: master
Ran 14 Sep 2018 07:01AM UTC
Jobs 2
Files 171
Run time 3min
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
912

push

travis-ci

web-flow
Bugfix clang virtual override warning (#192)

* fixed missing use of 'override' in classes that use RTTR_ENABLE

following test case:

struct s_base
{
virtual ~s_base() = default; // always use virtual dtor in base class
RTTR_ENABLE()
};

struct s_derived : s_base
{
~s_derived() override = default;
// Clang options require "override" on inherited virtual functions
RTTR_ENABLE(s_base)
};

clang warning is: 'get_derived_info' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]

The fix is to disable the warning for the usage of RTTR_ENABLE only

* add test case code in unit test for warning of override inconsistency

* added missing quotes

5553 of 6027 relevant lines covered (92.14%)

4444.41 hits per line

Jobs
ID Job ID Ran Files Coverage
3 912.3 (NAME="code coverage x86" COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 14 Sep 2018 07:05AM UTC 0
92.25
Travis Job 912.3
4 912.4 (NAME="code coverage x64" COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 14 Sep 2018 07:01AM UTC 0
92.14
Travis Job 912.4
Source Files on build 912
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #912
  • 1a357c61 on github
  • Prev Build on master (#896)
  • Next Build on master (#916)
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