-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
When building on my Mac I am seeing the following warning when building:
CXX tests/run.o In file included from ../../../test/cppsuite/tests/run.cxx:38: ../../../test/cppsuite/tests/example_test.cxx:40:5: warning: 'run' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] run() ^ ../../../test/cppsuite/test_harness/test.h:72:18: note: overridden virtual function is here virtual void run(); ^ 1 warning generated.
I don't see this warning when building the same changeset on AWS. I am building with changeset c8ac1cd.
- duplicates
-
WT-8116 Fix issues related to inheritance in the cpp testing framework
- Closed